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.c436 multi_thread_ctxt->allocated_vert_unit_rows < cm->mb_rows) { in vp9_encode_fp_row_mt()
521 multi_thread_ctxt->allocated_vert_unit_rows < cm->mb_rows) { in vp9_temporal_filter_row_mt()
592 multi_thread_ctxt->allocated_vert_unit_rows < cm->mb_rows) { in vp9_encode_tiles_row_mt()
Dvp9_multi_thread.c68 multi_thread_ctxt->allocated_vert_unit_rows = jobs_per_tile_col; in vp9_row_mt_mem_alloc()
Dvp9_encoder.h307 int allocated_vert_unit_rows; member