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

/external/libhevc/decoder/
H A Dihevcd_iquant_itrans_recon_ctb.c687 WORD32 chroma_yuv420sp_vu_u_offset = 1 * chroma_yuv420sp_vu; local
756 pu1_uv_dst = pu1_uv_dst + chroma_yuv420sp_vu_u_offset;
867 pu1_pred = pu1_uv_dst_ctb + tu_uv_offset + chroma_yuv420sp_vu_u_offset; /* Pointing to start byte of U*/
869 pu1_dst = pu1_uv_dst_ctb + tu_uv_offset + chroma_yuv420sp_vu_u_offset; /* Pointing to start byte of U*/
1002 UWORD8 *pu1_pred_orig = pu1_pred - chroma_yuv420sp_vu_u_offset;

Completed in 39 milliseconds