Searched refs:nctb (Results 1 - 2 of 2) sorted by relevance

/external/libhevc/decoder/
H A Dihevcd_process_slice.c109 void ihevcd_proc_map_check(process_ctxt_t *ps_proc, proc_type_t proc_type, WORD32 nctb) argument
136 x_pos = (ps_proc->i4_ctb_tile_x + nctb);
196 void ihevcd_proc_map_update(process_ctxt_t *ps_proc, proc_type_t proc_type, WORD32 nctb) argument
207 for(i = 0; i < nctb; i++)
245 void ihevcd_ctb_pos_update(process_ctxt_t *ps_proc, WORD32 nctb) argument
253 ps_proc->i4_ctb_tile_x += nctb;
254 ps_proc->i4_ctb_x += nctb;
256 ps_proc->i4_ctb_slice_x += nctb;
524 WORD32 nctb; local
544 nctb
[all...]
H A Dihevcd_utils.c339 WORD32 nctb = 1; local
344 nctb = 1;
346 return nctb;

Completed in 112 milliseconds