Searched refs:vp9_encode_tile (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodeframe.h | 40 void vp9_encode_tile(struct VP9_COMP *cpi, struct ThreadData *td,
|
D | vp9_ethread.c | 49 vp9_encode_tile(cpi, thread_data->td, tile_row, tile_col); in enc_worker_hook()
|
D | vp9_encodeframe.c | 3824 void vp9_encode_tile(VP9_COMP *cpi, ThreadData *td, in vp9_encode_tile() function 3857 vp9_encode_tile(cpi, &cpi->td, tile_row, tile_col); in encode_tiles()
|