OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_sb_rows
(Results
1 - 4
of
4
) sorted by null
/external/libaom/libaom/av1/encoder/
av1_multi_thread.h
17
void av1_row_mt_mem_alloc(AV1_COMP *cpi, int
max_sb_rows
);
av1_multi_thread.c
18
void av1_row_mt_mem_alloc(AV1_COMP *cpi, int
max_sb_rows
) {
27
multi_thread_ctxt->allocated_sb_rows =
max_sb_rows
;
37
av1_row_mt_sync_mem_alloc(&this_tile->row_mt_sync, cm,
max_sb_rows
);
ethread.c
628
int
max_sb_rows
= 0;
local
646
max_sb_rows
= AOMMAX(
max_sb_rows
, num_sb_rows_in_tile);
658
multi_thread_ctxt->allocated_sb_rows !=
max_sb_rows
) {
660
av1_row_mt_mem_alloc(cpi,
max_sb_rows
);
673
sizeof(*this_tile->row_mt_sync.cur_col) *
max_sb_rows
);
/external/libaom/libaom/av1/decoder/
decodeframe.c
4095
int
max_sb_rows
= 0;
local
[
all
...]
Completed in 1566 milliseconds