Searched refs:pic_strd (Results 1 – 2 of 2) sorted by relevance
/external/libhevc/decoder/ |
D | ihevcd_iquant_itrans_recon_ctb.c | 543 WORD32 pic_strd; in ihevcd_iquant_itrans_recon_ctb() local 591 pic_strd = ps_codec->i4_strd; in ihevcd_iquant_itrans_recon_ctb() 734 tu_y_offset = tu_x + tu_y * pic_strd; in ihevcd_iquant_itrans_recon_ctb() 735 pu1_y_dst += tu_x + tu_y * pic_strd; in ihevcd_iquant_itrans_recon_ctb() 736 pu1_uv_dst += tu_x + (tu_y >> 1) * pic_strd; in ihevcd_iquant_itrans_recon_ctb() 752 memcpy(&pu1_y_dst[i * pic_strd], pu1_buf, cb_size); in ihevcd_iquant_itrans_recon_ctb() 763 pu1_uv_dst[i * pic_strd + 2 * j] = *pu1_buf++; in ihevcd_iquant_itrans_recon_ctb() 774 pu1_uv_dst[i * pic_strd + 2 * j] = *pu1_buf++; in ihevcd_iquant_itrans_recon_ctb() 792 pred_strd = pic_strd; in ihevcd_iquant_itrans_recon_ctb() 793 dst_strd = pic_strd; in ihevcd_iquant_itrans_recon_ctb() [all …]
|
D | ihevcd_debug.h | 129 …_pic_chroma, pic_wd, pic_ht, pic_strd) ihevcd_debug_dump_pic(pu1_cur_pic_luma, pu1_cur_pic_chroma,… argument 138 #define DUMP_PRE_ILF(pu1_cur_pic_luma, pu1_cur_pic_chroma, pic_wd, pic_ht, pic_strd) argument
|