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

  /external/libhevc/decoder/
ihevcd_process_slice.c 109 void ihevcd_proc_map_check(process_ctxt_t *ps_proc, proc_type_t proc_type, WORD32 nctb)
136 x_pos = (ps_proc->i4_ctb_tile_x + nctb);
139 /* Check if top-right CTB for the last CTB in nCTB is within the tile */
195 void ihevcd_proc_map_update(process_ctxt_t *ps_proc, proc_type_t proc_type, WORD32 nctb)
205 for(i = 0; i < nctb; i++)
243 void ihevcd_ctb_pos_update(process_ctxt_t *ps_proc, WORD32 nctb)
251 ps_proc->i4_ctb_tile_x += nctb;
252 ps_proc->i4_ctb_x += nctb;
254 ps_proc->i4_ctb_slice_x += nctb;
522 WORD32 nctb; local
    [all...]
ihevcd_utils.c 420 WORD32 nctb = 1; local
423 /* If CTB size is less than 32 x 32 then set nCTB as 4 */
425 nctb = 1;
427 return nctb;
    [all...]

Completed in 2450 milliseconds