Home
last modified time | relevance | path

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

/aosp_15_r20/external/libaom/av1/encoder/
H A Dethread.c583 static bool lpf_mt_with_enc_enabled(int pipeline_lpf_mt_with_enc, in lpf_mt_with_enc_enabled() argument
585 return pipeline_lpf_mt_with_enc && (filter_level[0] || filter_level[1]); in lpf_mt_with_enc_enabled()
604 cpi->mt_info.pipeline_lpf_mt_with_enc, cm->lf.filter_level); in enc_row_mt_worker_hook()
1864 mt_info->pipeline_lpf_mt_with_enc = in lpf_pipeline_mt_init()
1871 if (!mt_info->pipeline_lpf_mt_with_enc) return; in lpf_pipeline_mt_init()
1887 if (lpf_mt_with_enc_enabled(cpi->mt_info.pipeline_lpf_mt_with_enc, in lpf_pipeline_mt_init()
H A Dencoder.h1838 int pipeline_lpf_mt_with_enc; member
H A Dencoder.c2415 is_loopfilter_used(cm) && !cpi->mt_info.pipeline_lpf_mt_with_enc; in loopfilter_frame()
3269 if (!cpi->mt_info.pipeline_lpf_mt_with_enc) in encode_with_recode_loop_and_filter()