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

/external/libhevc/decoder/
H A Dihevcd_iquant_itrans_recon_ctb.c678 WORD32 tu_y_offset, tu_uv_offset; local
855 tu_uv_offset = (tu_x - 4) + ((tu_y - 4) / 2) * pic_strd;
860 tu_uv_offset = tu_x + (tu_y >> 1) * pic_strd;
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*/

Completed in 110 milliseconds