Searched refs:lf_row_sync (Results 1 – 12 of 12) sorted by relevance
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decoder.h | 80 VP9LfSync lf_row_sync; member
|
D | vp9_decoder.c | 177 vp9_loop_filter_dealloc(&pbi->lf_row_sync); in vp9_decoder_remove()
|
D | vp9_decodeframe.c | 1959 VP9LfSync *lf_row_sync = &pbi->lf_row_sync; in decode_tiles_mt() local 1989 vp9_lpf_mt_init(lf_row_sync, cm, cm->lf.filter_level, in decode_tiles_mt() 2001 tile_data->lf_sync = lf_row_sync; in decode_tiles_mt() 2557 pbi->num_tile_workers, &pbi->lf_row_sync); in vp9_decode_frame()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_picklpf.c | 47 cpi->num_workers, &cpi->lf_row_sync); in try_filter_frame()
|
D | vp9_encoder.h | 810 VP9LfSync lf_row_sync; member
|
D | vp9_encoder.c | 2598 vp9_loop_filter_dealloc(&cpi->lf_row_sync); in vp9_remove_compressor() 3136 cpi->num_workers, &cpi->lf_row_sync);
|
/external/libaom/libaom/av1/decoder/ |
D | decoder.h | 165 AV1LfSync lf_row_sync; member
|
D | decoder.c | 198 av1_loop_filter_dealloc(&pbi->lf_row_sync); in av1_decoder_remove()
|
D | decodeframe.c | 5623 pbi->tile_workers, pbi->num_workers, &pbi->lf_row_sync); in av1_decode_tg_tiles_and_wrapup()
|
/external/libaom/libaom/av1/encoder/ |
D | picklpf.c | 78 cpi->workers, cpi->num_workers, &cpi->lf_row_sync); in try_filter_frame()
|
D | encoder.h | 961 AV1LfSync lf_row_sync; member
|
D | encoder.c | 3124 av1_loop_filter_dealloc(&cpi->lf_row_sync); in av1_remove_compressor() 4051 &cpi->lf_row_sync); in loopfilter_frame()
|