Home
last modified time | relevance | path

Searched defs:coeff_shift (Results 1 – 6 of 6) sorted by relevance

/external/libaom/libaom/test/
Dcdef_test.cc209 int coeff_shift), in test_finddir()
251 int32_t *var, int coeff_shift), in test_finddir_speed()
/external/libaom/libaom/av1/common/
Dcdef_block.c40 int coeff_shift) { in cdef_find_dir_c()
117 int coeff_shift) { in cdef_filter_block_c()
181 int sec_strength, int damping, int coeff_shift) { in av1_cdef_filter_fb()
Dcdef.c138 int coeff_shift = AOMMAX(cm->seq_params.bit_depth - 8, 0); in av1_cdef_frame() local
/external/libgav1/libgav1/src/dsp/
Dcdef.cc133 constexpr int coeff_shift = bitdepth - 8; in CdefFilter_C() local
/external/libaom/libaom/av1/encoder/
Dpickcdef.c262 BLOCK_SIZE bsize, int coeff_shift, in compute_cdef_dist_highbd()
285 BLOCK_SIZE bsize, int coeff_shift, int row, in compute_cdef_dist()
435 const int coeff_shift = AOMMAX(cm->seq_params.bit_depth - 8, 0); in av1_cdef_search() local
/external/libgav1/libgav1/src/
Dobu_parser.cc1102 const int coeff_shift = sequence_header_.color_config.bitdepth - 8; in ParseCdefParameters() local