OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:i4_ctb_slice_x
(Results
1 - 5
of
5
) sorted by null
/external/libhevc/decoder/
ihevcd_process_slice.c
232
ps_proc->
i4_ctb_slice_x
= 0;
254
ps_proc->
i4_ctb_slice_x
+= nctb;
273
if(ps_proc->
i4_ctb_slice_x
>= (ps_tile->u2_wd + ps_tile->u1_pos_x))
276
ps_proc->
i4_ctb_slice_x
= ps_proc->
i4_ctb_slice_x
283
if(ps_proc->
i4_ctb_slice_x
>= (temp_stride + ps_tile->u2_wd + ps_tile->u1_pos_x))
286
ps_proc->
i4_ctb_slice_x
= ps_proc->
i4_ctb_slice_x
292
else if(ps_proc->
i4_ctb_slice_x
>= (ps_tile->u2_wd))
296
ps_proc->
i4_ctb_slice_x
= 0
[
all
...]
ihevcd_structs.h
372
WORD32
i4_ctb_slice_x
;
member in struct:__anon27652
813
WORD32
i4_ctb_slice_x
;
member in struct:__anon27656
1203
WORD32
i4_ctb_slice_x
;
member in struct:__anon27657
[
all
...]
ihevcd_intra_pred_mode_prediction.c
163
if((0 == ps_cu->i4_pos_x) && (((0 == ps_codec->s_parse.
i4_ctb_slice_x
) && (0 == ps_codec->s_parse.i4_ctb_slice_y)) ||
ihevcd_boundary_strength.c
364
(0 == i1_loop_filter_across_slices_enabled_flag && 0 == ps_bs_ctxt->
i4_ctb_slice_x
&& 0 == ps_bs_ctxt->i4_ctb_slice_y) ||
390
(0 == ps_bs_ctxt->
i4_ctb_slice_x
&& 0 == ps_bs_ctxt->i4_ctb_slice_y) || (0 == ps_bs_ctxt->
i4_ctb_slice_x
&& 0 == ps_bs_ctxt->i4_ctb_tile_x) ||
[
all
...]
ihevcd_parse_slice.c
[
all
...]
Completed in 129 milliseconds