Home
last modified time | relevance | path

Searched refs:allocated_vert_unit_rows (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_ethread.c448 multi_thread_ctxt->allocated_vert_unit_rows < cm->mb_rows) { in vp9_encode_fp_row_mt()
534 multi_thread_ctxt->allocated_vert_unit_rows < cm->mb_rows) { in vp9_temporal_filter_row_mt()
607 multi_thread_ctxt->allocated_vert_unit_rows < cm->mb_rows) { in vp9_encode_tiles_row_mt()
Dvp9_multi_thread.c85 multi_thread_ctxt->allocated_vert_unit_rows = jobs_per_tile_col; in vp9_row_mt_mem_alloc()
Dvp9_encoder.h360 int allocated_vert_unit_rows; member