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

  /external/libhevc/decoder/
ihevcd_process_slice.c 365 if((0 == ps_proc->i4_ctb_y) || (0 == ps_proc->i4_ctb_tile_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))
419 if((ps_proc->i4_ctb_tile_y + 1) == ps_tile->u2_ht)
422 if(((ps_proc->i4_ctb_tile_y + 1 + ps_tile->u1_pos_y) == ps_sps->i2_pic_ht_in_ctb) && ((ps_proc->i4_ctb_tile_x + 1 + ps_tile->u1_pos_x) == ps_sps->i2_pic_wd_in_ctb))
434 next_ctb_idx = ((ps_tile->u1_pos_y + ps_proc->i4_ctb_tile_y + 1) * ps_sps->i2_pic_wd_in_ctb) + ps_tile->u1_pos_x;
467 if((ps_proc->i4_ctb_tile_y + 1) == ps_tile->u2_ht)
470 if(((ps_proc->i4_ctb_tile_y + 1 + ps_tile->u1_pos_y) == ps_sps->i2_pic_ht_in_ctb) && ((ps_proc->i4_ctb_tile_x + 1 + ps_tile->u1_pos_x) == ps_sps->i2_pic_wd_in_ctb))
482 next_ctb_tu_idx = ((ps_tile->u1_pos_y + ps_proc->i4_ctb_tile_y + 1) * ps_sps->i2_pic_wd_in_ctb) + ps_tile->u1_pos_x;
493 if((ps_proc->i4_ctb_tile_y + 1) == ps_tile->u2_ht
    [all...]
ihevcd_structs.h 367 WORD32 i4_ctb_tile_y; member in struct:__anon15183
808 WORD32 i4_ctb_tile_y; member in struct:__anon15187
1198 WORD32 i4_ctb_tile_y; member in struct:__anon15188
    [all...]
ihevcd_parse_slice.c     [all...]
ihevcd_boundary_strength.c 411 if((0 == i1_loop_filter_across_tiles_enabled_flag && 0 == ps_bs_ctxt->i4_ctb_tile_y)
    [all...]

Completed in 400 milliseconds