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