Searched refs:av1_encode_tile (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | encodeframe.h | 38 void av1_encode_tile(struct AV1_COMP *cpi, struct ThreadData *td, int tile_row,
|
D | ethread.c | 371 av1_encode_tile(cpi, thread_data->td, tile_row, tile_col); in enc_worker_hook()
|
D | encodeframe.c | 5032 void av1_encode_tile(AV1_COMP *cpi, ThreadData *td, int tile_row, in av1_encode_tile() function 5080 av1_encode_tile(cpi, &cpi->td, tile_row, tile_col); in encode_tiles()
|