Searched defs:pic_strd (Results 1 - 1 of 1) sorted by relevance

/external/libhevc/decoder/
H A Dihevcd_iquant_itrans_recon_ctb.c543 WORD32 pic_strd; local
589 pic_strd = ps_codec->i4_strd;
732 tu_y_offset = tu_x + tu_y * pic_strd;
733 pu1_y_dst += tu_x + tu_y * pic_strd;
734 pu1_uv_dst += tu_x + (tu_y >> 1) * pic_strd;
749 //pu1_y_dst[i * pic_strd + j] = *pu1_buf++;
750 memcpy(&pu1_y_dst[i * pic_strd], pu1_buf, cb_size);
761 pu1_uv_dst[i * pic_strd + 2 * j] = *pu1_buf++;
772 pu1_uv_dst[i * pic_strd + 2 * j] = *pu1_buf++;
790 pred_strd = pic_strd;
[all...]

Completed in 661 milliseconds