Searched refs:dst_dw (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_video.c608 uint32_t *dst_dw = (uint32_t *)dst; local in function:sna_copy_ayuv_data
637 dst_dw[i * w + j] = bswap_32(src_dw[i * w + j]);
644 dst_dw[(w - j - 1) * h + i] = bswap_32(src_dw[i * w + j]);
651 dst_dw[(h - i - 1) * w + w - j - 1] = bswap_32(src_dw[i * w + j]);
658 dst_dw[(w - j - 1) * h + i] = bswap_32(src_dw[i * w + j]);

Completed in 2 milliseconds