OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 */
196
void ihevcd_proc_map_update(process_ctxt_t *ps_proc, proc_type_t proc_type, WORD32
nctb
)
207
for(i = 0; i <
nctb
; i++)
245
void ihevcd_ctb_pos_update(process_ctxt_t *ps_proc, WORD32
nctb
)
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
[
all
...]
ihevcd_utils.c
339
WORD32
nctb
= 1;
local
342
/* If CTB size is less than 32 x 32 then set
nCTB
as 4 */
344
nctb
= 1;
346
return
nctb
;
[
all
...]
Completed in 44 milliseconds