Home
last modified time | relevance | path

Searched refs:last_y_pos (Results 1 – 2 of 2) sorted by relevance

/external/libhevc/decoder/
Dihevcd_ilf_padding.c136 WORD32 last_y_pos; in ihevcd_ilf_pad_frame() local
140 last_y_pos = (ps_sps->i2_pic_ht_in_ctb << ps_sps->i1_log2_ctb_size); in ihevcd_ilf_pad_frame()
141 if(last_y_pos == ps_sps->i2_pic_height_in_luma_samples) in ihevcd_ilf_pad_frame()
Dihevcd_process_slice.c1096 WORD32 last_y_pos; in ihevcd_process() local
1097 last_y_pos = (ps_sps->i2_pic_ht_in_ctb << ps_sps->i1_log2_ctb_size); in ihevcd_process()
1098 if(last_y_pos == ps_sps->i2_pic_height_in_luma_samples) in ihevcd_process()