Searched refs:pad_ht_luma (Results 1 – 2 of 2) sorted by relevance
/external/libhevc/decoder/ |
D | ihevcd_ilf_padding.c | 165 WORD32 pad_ht_luma; in ihevcd_ilf_pad_frame() local 168 pad_ht_luma = ctb_size; in ihevcd_ilf_pad_frame() 169 pad_ht_luma += (ps_sps->i2_pic_ht_in_ctb - 1) == i4_ctb_y ? 8 : 0; in ihevcd_ilf_pad_frame() 173 …left_luma_fptr(pu1_cur_ctb_luma - 8 * ps_codec->i4_strd, ps_codec->i4_strd, pad_ht_luma, PAD_LEFT); in ihevcd_ilf_pad_frame() 178 WORD32 pad_ht_luma; in ihevcd_ilf_pad_frame() local 182 pad_ht_luma = ctb_size; in ihevcd_ilf_pad_frame() 183 pad_ht_luma += (ps_sps->i2_pic_ht_in_ctb - 1) == i4_ctb_y ? 8 : 0; in ihevcd_ilf_pad_frame() 187 …_cur_ctb_luma + cols_remaining - 8 * ps_codec->i4_strd, ps_codec->i4_strd, pad_ht_luma, PAD_RIGHT); in ihevcd_ilf_pad_frame()
|
D | ihevcd_process_slice.c | 1187 WORD32 pad_ht_luma; in ihevcd_process() local 1198 pad_ht_luma = ctb_size; in ihevcd_process() 1199 pad_ht_luma += (ps_sps->i2_pic_ht_in_ctb - 1) == ps_proc->i4_ctb_y ? 8 : 0; in ihevcd_process() 1202 …_fptr(ps_proc->pu1_cur_ctb_luma - 8 * ps_codec->i4_strd, ps_codec->i4_strd, pad_ht_luma, PAD_LEFT); in ihevcd_process() 1208 WORD32 pad_ht_luma; in ihevcd_process() local 1220 pad_ht_luma = ctb_size; in ihevcd_process() 1224 pad_ht_luma += 8; in ihevcd_process() 1230 …_cur_ctb_luma + cols_remaining - 8 * ps_codec->i4_strd, ps_codec->i4_strd, pad_ht_luma, PAD_RIGHT); in ihevcd_process() 1255 WORD32 pad_ht_luma; in ihevcd_process() 1258 pad_ht_luma = ctb_size; in ihevcd_process() [all …]
|