HomeSort by relevance Sort by last modified time
    Searched refs:i4_ctb_slice_y (Results 1 - 5 of 5) sorted by null

  /external/libhevc/decoder/
ihevcd_process_slice.c 235 ps_proc->i4_ctb_slice_y = 0;
277 ps_proc->i4_ctb_slice_y++;
287 ps_proc->i4_ctb_slice_y++;
297 ps_proc->i4_ctb_slice_y++;
305 ps_proc->i4_ctb_slice_y++;
376 if((0 == ps_proc->i4_ctb_slice_y) || (0 == ps_proc->i4_ctb_tile_y))
388 if((0 == ps_proc->i4_ctb_slice_y) || (0 == ps_proc->i4_ctb_tile_y))
401 else if((1 == ps_proc->i4_ctb_slice_y) && (0 == ps_proc->i4_ctb_slice_x))
555 nxt_ctb_slice_y = ps_proc->i4_ctb_slice_y;
562 ps_proc->i4_ctb_slice_y = nxt_ctb_slice_y
    [all...]
ihevcd_structs.h 378 WORD32 i4_ctb_slice_y; member in struct:__anon15183
819 WORD32 i4_ctb_slice_y; member in struct:__anon15187
1209 WORD32 i4_ctb_slice_y; member in struct:__anon15188
    [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) ||
391 ((slice_idx != left_slice_idx) && 0 == ps_bs_ctxt->i4_ctb_slice_y) ||
    [all...]

Completed in 3986 milliseconds