Home
last modified time | relevance | path

Searched defs:bitdepth_max (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/libdav1d/tests/checkasm/
H A Dmc.c81 const int bitdepth_max = rnd() & 1 ? 0x3ff : 0xfff; in check_mc() local
83 const int bitdepth_max = 0xff; in check_mc() local
114 static void generate_mct_input(pixel *const buf, const int bitdepth_max) { in generate_mct_input()
144 const int bitdepth_max = rnd() & 1 ? 0x3ff : 0xfff; in check_mct() local
146 const int bitdepth_max = 0xff; in check_mct() local
176 const int bitdepth_max = rnd() & 1 ? 0x3ff : 0xfff; in check_mc_scaled() local
178 const int bitdepth_max = 0xff; in check_mc_scaled() local
233 const int bitdepth_max = rnd() & 1 ? 0x3ff : 0xfff; in check_mct_scaled() local
235 const int bitdepth_max = 0xff; in check_mct_scaled() local
279 int16_t (*const tmp)[128 * 128], const int bitdepth_max) in init_tmp()
[all …]
H A Dfilmgrain.c62 const int bitdepth_max = rnd() & 1 ? 0x3ff : 0xfff; in check_gen_grny() local
108 const int bitdepth_max = rnd() & 1 ? 0x3ff : 0xfff; in check_gen_grnuv() local
163 const int bitdepth_max = rnd() & 1 ? 0x3ff : 0xfff; in check_fgy_sbrow() local
165 const int bitdepth_max = 0xff; in check_fgy_sbrow() local
276 const int bitdepth_max = rnd() & 1 ? 0x3ff : 0xfff; in check_fguv_sbrow() local
278 const int bitdepth_max = 0xff; in check_fguv_sbrow() local
H A Dcdef.c42 static void init_tmp(pixel *buf, int n, const int bitdepth_max) { in init_tmp()
73 const int bitdepth_max = rnd() & 1 ? 0x3ff : 0xfff; in check_cdef_filter() local
115 const int bitdepth_max = rnd() & 1 ? 0x3ff : 0xfff; in check_cdef_direction() local
117 const int bitdepth_max = 0xff; in check_cdef_direction() local
H A Dipred.c117 int bitdepth_max; in check_intra_pred() local
184 const int bitdepth_max = rnd() & 1 ? 0x3ff : 0xfff; in check_cfl_ac() local
226 const int bitdepth_max = rnd() & 1 ? 0x3ff : 0xfff; in check_cfl_pred() local
274 const int bitdepth_max = rnd() & 1 ? 0x3ff : 0xfff; in check_pal_pred() local
H A Dloopfilter.c36 int E, int I, const int bitdepth_max) in init_lpf_border()
159 const int bitdepth_max = rnd() & 1 ? 0x3ff : 0xfff; in check_lpf_sb() local
161 const int bitdepth_max = 0xff; in check_lpf_sb() local
H A Dlooprestoration.c42 const int w, const int h, const int bitdepth_max) in init_tmp()
87 const int bitdepth_max = (1 << bpc) - 1; in check_wiener() local
147 const int bitdepth_max = (1 << bpc) - 1; in check_sgr() local
H A Ditx.c187 const int subsh, int *const max_eob, const int bitdepth_max) in ftx()
276 const int bitdepth_max = (1 << bpc) - 1; in check_itxfm_add() local
/aosp_15_r20/external/libdav1d/src/
H A Dfg_apply_tmpl.c108 const int bitdepth_max = (1 << out->p.bpc) - 1; in bitfn() local
177 const int bitdepth_max = (1 << out->p.bpc) - 1; in bitfn() local
H A Dmc_tmpl.c40 #define get_intermediate_bits(bitdepth_max) 4 argument
45 #define get_intermediate_bits(bitdepth_max) (14 - bitdepth_from_max(bitdepth_max)) argument
H A Dinternal.h274 int bitdepth_max; member
/aosp_15_r20/external/libdav1d/src/arm/
H A Dlooprestoration.h339 const int w, int s, int bitdepth_max) { in sgr_box3_vert_neon()
347 const int w, int s, int bitdepth_max) { in sgr_box5_vert_neon()
359 const int bitdepth_max) { in sgr_box3_hv_neon()
/aosp_15_r20/external/libdav1d/include/common/
H A Dbitdepth.h75 #define bitdepth_from_max(bitdepth_max) (32 - clz(bitdepth_max)) argument