Searched defs:i4_is_last_ctb_x (Results 1 - 3 of 3) sorted by relevance

/external/libhevc/decoder/
H A Dihevcd_ilf_padding.c96 WORD32 i4_is_last_ctb_x = 0; local
111 ihevcd_deblk_ctb(ps_deblk_ctxt, i4_is_last_ctb_x, i4_is_last_ctb_y);
119 i4_is_last_ctb_x = 1;
126 ihevcd_deblk_ctb(ps_deblk_ctxt, i4_is_last_ctb_x, i4_is_last_ctb_y);
138 i4_is_last_ctb_x = 0;
143 ihevcd_deblk_ctb(ps_deblk_ctxt, i4_is_last_ctb_x, i4_is_last_ctb_y);
H A Dihevcd_deblk.c98 WORD32 i4_is_last_ctb_x,
176 if(i4_is_last_ctb_x)
192 if(ps_deblk->i4_ctb_x || i4_is_last_ctb_x)
197 if((ps_deblk->i4_ctb_x || i4_is_last_ctb_x) && (ps_deblk->i4_ctb_y || i4_is_last_ctb_y))
217 if(0 == i4_is_last_ctb_x)
365 if(i4_is_last_ctb_x)
370 pu1_src += i4_is_last_ctb_x ? ctb_size : 0;
390 if(ps_deblk->i4_ctb_x || i4_is_last_ctb_x)
499 if(0 == i4_is_last_ctb_x)
653 if(i4_is_last_ctb_x)
97 ihevcd_deblk_ctb(deblk_ctxt_t *ps_deblk, WORD32 i4_is_last_ctb_x, WORD32 i4_is_last_ctb_y) argument
[all...]
H A Dihevcd_process_slice.c1020 WORD32 i4_is_last_ctb_x = 0; local
1055 ihevcd_deblk_ctb(&ps_proc->s_deblk_ctxt, i4_is_last_ctb_x, i4_is_last_ctb_y);
1062 WORD32 i4_is_last_ctb_x = 1; local
1069 ihevcd_deblk_ctb(&ps_proc->s_deblk_ctxt, i4_is_last_ctb_x, i4_is_last_ctb_y);
1079 WORD32 i4_is_last_ctb_x = 0; local
1085 ihevcd_deblk_ctb(&ps_proc->s_deblk_ctxt, i4_is_last_ctb_x, i4_is_last_ctb_y);

Completed in 90 milliseconds