HomeSort by relevance Sort by last modified time
    Searched refs:JOB_TYPE (Results 1 - 3 of 3) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_job_queue.h 19 } JOB_TYPE;
vp9_multi_thread.h 20 void vp9_prepare_job_queue(VP9_COMP *cpi, JOB_TYPE job_type);
vp9_multi_thread.c 217 void vp9_prepare_job_queue(VP9_COMP *cpi, JOB_TYPE job_type) {
226 jobs_per_tile_col = (job_type != ENCODE_JOB) ? cm->mb_rows : sb_rows;
254 if (ENCODE_JOB == job_type) {

Completed in 80 milliseconds