Home
last modified time | relevance | path

Searched refs:dstY_stride (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/img/psb_video/src/
Dpsb_output.c681 int dstY_stride, int dstU_stride, int dstV_stride, in lnc_unpack_topaz_rec() argument
707 memcpy(p_dstY + dstY_stride * i + n * 16, tmp_dstY + 16 * i, 16); in lnc_unpack_topaz_rec()
737 int dstY_stride, int dstU_stride, int __maybe_unused dstV_stride, in tng_unpack_vsp_rec() argument
754 tmp_dstY += dstY_stride - src_width; in tng_unpack_vsp_rec()
775 int dstY_stride, int __maybe_unused dstU_stride, int __maybe_unused dstV_stride, in tng_unpack_topaz_rec() argument
791 tmp_dstY = p_dstY + j * dstY_stride * 32; in tng_unpack_topaz_rec()
794 memcpy(tmp_dstY + dstY_stride * n, tmp_srcY,16); in tng_unpack_topaz_rec()
802 tmp_dstY = p_dstY + j * dstY_stride * 32; in tng_unpack_topaz_rec()
805 memcpy(tmp_dstY + dstY_stride * n, tmp_srcY,16); in tng_unpack_topaz_rec()
816 tmp_dstU = p_dstU + j * dstY_stride * 16; in tng_unpack_topaz_rec()
[all …]