Searched refs:i4_is_last_ctb_x (Results 1 – 4 of 4) sorted by relevance
/external/libhevc/decoder/ |
D | ihevcd_ilf_padding.c | 96 WORD32 i4_is_last_ctb_x = 0; in ihevcd_ilf_pad_frame() local 111 ihevcd_deblk_ctb(ps_deblk_ctxt, i4_is_last_ctb_x, i4_is_last_ctb_y); in ihevcd_ilf_pad_frame() 119 i4_is_last_ctb_x = 1; in ihevcd_ilf_pad_frame() 126 ihevcd_deblk_ctb(ps_deblk_ctxt, i4_is_last_ctb_x, i4_is_last_ctb_y); in ihevcd_ilf_pad_frame() 138 i4_is_last_ctb_x = 0; in ihevcd_ilf_pad_frame() 143 ihevcd_deblk_ctb(ps_deblk_ctxt, i4_is_last_ctb_x, i4_is_last_ctb_y); in ihevcd_ilf_pad_frame()
|
D | ihevcd_deblk.c | 98 WORD32 i4_is_last_ctb_x, in ihevcd_deblk_ctb() argument 176 if(i4_is_last_ctb_x) in ihevcd_deblk_ctb() 192 if(ps_deblk->i4_ctb_x || i4_is_last_ctb_x) in ihevcd_deblk_ctb() 197 if((ps_deblk->i4_ctb_x || i4_is_last_ctb_x) && (ps_deblk->i4_ctb_y || i4_is_last_ctb_y)) in ihevcd_deblk_ctb() 217 if(0 == i4_is_last_ctb_x) in ihevcd_deblk_ctb() 365 if(i4_is_last_ctb_x) in ihevcd_deblk_ctb() 370 pu1_src += i4_is_last_ctb_x ? ctb_size : 0; in ihevcd_deblk_ctb() 390 if(ps_deblk->i4_ctb_x || i4_is_last_ctb_x) in ihevcd_deblk_ctb() 499 if(0 == i4_is_last_ctb_x) in ihevcd_deblk_ctb() 653 if(i4_is_last_ctb_x) in ihevcd_deblk_ctb() [all …]
|
D | ihevcd_deblk.h | 38 WORD32 i4_is_last_ctb_x,
|
D | ihevcd_process_slice.c | 1018 WORD32 i4_is_last_ctb_x = 0; in ihevcd_process() local 1053 ihevcd_deblk_ctb(&ps_proc->s_deblk_ctxt, i4_is_last_ctb_x, i4_is_last_ctb_y); in ihevcd_process() 1060 WORD32 i4_is_last_ctb_x = 1; in ihevcd_process() local 1067 … ihevcd_deblk_ctb(&ps_proc->s_deblk_ctxt, i4_is_last_ctb_x, i4_is_last_ctb_y); in ihevcd_process() 1077 WORD32 i4_is_last_ctb_x = 0; in ihevcd_process() local 1083 … ihevcd_deblk_ctb(&ps_proc->s_deblk_ctxt, i4_is_last_ctb_x, i4_is_last_ctb_y); in ihevcd_process()
|