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 | 1204 WORD32 pad_ht_luma; in ihevcd_process() local 1215 pad_ht_luma = ctb_size; in ihevcd_process() 1216 pad_ht_luma += (ps_sps->i2_pic_ht_in_ctb - 1) == ps_proc->i4_ctb_y ? 8 : 0; in ihevcd_process() 1219 …_fptr(ps_proc->pu1_cur_ctb_luma - 8 * ps_codec->i4_strd, ps_codec->i4_strd, pad_ht_luma, PAD_LEFT); in ihevcd_process() 1225 WORD32 pad_ht_luma; in ihevcd_process() local 1237 pad_ht_luma = ctb_size; in ihevcd_process() 1241 pad_ht_luma += 8; in ihevcd_process() 1247 …_cur_ctb_luma + cols_remaining - 8 * ps_codec->i4_strd, ps_codec->i4_strd, pad_ht_luma, PAD_RIGHT); in ihevcd_process() 1272 WORD32 pad_ht_luma; in ihevcd_process() 1275 pad_ht_luma = ctb_size; in ihevcd_process() [all …]
|