Home
last modified time | relevance | path

Searched defs:hbd (Results 1 – 7 of 7) sorted by relevance

/external/libaom/libaom/av1/encoder/
Ddwt.c75 int dwt_scale_bits, int hbd) { in dyadic_analyze_53_uint8_input()
113 int hbd) { in av1_fdwt8x8_uint8_input_c()
150 int av1_haar_ac_sad_8x8_uint8_input(uint8_t *input, int stride, int hbd) { in av1_haar_ac_sad_8x8_uint8_input()
Daq_variance.c156 const int hbd = is_cur_buf_hbd(xd); in haar_ac_energy() local
Dfirstpass.c525 const int hbd = is_cur_buf_hbd(xd); in av1_first_pass() local
Drdopt.c7611 const int hbd = is_cur_buf_hbd(xd); in pick_wedge() local
7682 const int hbd = is_cur_buf_hbd(xd); in pick_wedge_fixed_sign() local
7748 const int hbd = is_cur_buf_hbd(xd); in pick_interinter_seg() local
/external/libaom/libaom/av1/common/
Dcfl.c175 CFL_PREDICT_FN(c, hbd) in CFL_PREDICT_FN() argument
Drestoration.c206 #define REAL_PTR(hbd, d) ((hbd) ? (uint8_t *)CONVERT_TO_SHORTPTR(d) : (d)) argument
/external/libaom/libaom/examples/
Danalyzer.cc235 const int hbd = !!(img->fmt & AOM_IMG_FMT_HIGHBITDEPTH); in render() local