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
234
ps_proc->
i4_ctb_slice_x
= 0;
256
ps_proc->
i4_ctb_slice_x
+= nctb;
275
if(ps_proc->
i4_ctb_slice_x
>= (ps_tile->u2_wd + ps_tile->u1_pos_x))
278
ps_proc->
i4_ctb_slice_x
= ps_proc->
i4_ctb_slice_x
285
if(ps_proc->
i4_ctb_slice_x
>= (temp_stride + ps_tile->u2_wd + ps_tile->u1_pos_x))
288
ps_proc->
i4_ctb_slice_x
= ps_proc->
i4_ctb_slice_x
294
else if(ps_proc->
i4_ctb_slice_x
>= (ps_tile->u2_wd))
298
ps_proc->
i4_ctb_slice_x
= 0
[
all
...]
ihevcd_structs.h
372
WORD32
i4_ctb_slice_x
;
member in struct:__anon16633
813
WORD32
i4_ctb_slice_x
;
member in struct:__anon16637
1203
WORD32
i4_ctb_slice_x
;
member in struct:__anon16638
[
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_parse_slice.c
[
all
...]
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) ||
[
all
...]
Completed in 2878 milliseconds