/external/libaom/libaom/av1/encoder/ |
D | dwt.c | 75 int dwt_scale_bits, int hbd) { in dyadic_analyze_53_uint8_input() argument 79 if (hbd) { in dyadic_analyze_53_uint8_input() 113 int hbd) { in av1_fdwt8x8_uint8_input_c() argument 114 dyadic_analyze_53_uint8_input(4, 8, 8, input, stride, output, 8, 2, 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() argument 153 av1_fdwt8x8_uint8_input_c(input, output, stride, hbd); in av1_haar_ac_sad_8x8_uint8_input()
|
D | dwt.h | 22 int hbd); 23 int av1_haar_ac_sad_8x8_uint8_input(uint8_t *input, int stride, int hbd);
|
D | aq_variance.c | 157 const int hbd = is_cur_buf_hbd(xd); in haar_ac_energy() local 162 var += av1_haar_ac_sad_8x8_uint8_input(buf + c + r * stride, stride, hbd); in haar_ac_energy()
|
D | compound_type.c | 203 const int hbd = is_cur_buf_hbd(xd); in pick_wedge() local 204 const int bd_round = hbd ? (xd->bd - 8) * 2 : 0; in pick_wedge() 208 if (hbd) { in pick_wedge() 215 (void)hbd; in pick_wedge() 278 const int hbd = is_cur_buf_hbd(xd); in pick_wedge_fixed_sign() local 279 const int bd_round = hbd ? (xd->bd - 8) * 2 : 0; in pick_wedge_fixed_sign() 347 const int hbd = is_cur_buf_hbd(xd); in pick_interinter_seg() local 348 const int bd_round = hbd ? (xd->bd - 8) * 2 : 0; in pick_interinter_seg() 354 if (hbd) in pick_interinter_seg()
|
D | firstpass.c | 455 const int hbd = is_cur_buf_hbd(xd); in firstpass_intra_prediction() local 461 buf + c8 * 8 + r8 * 8 * stride, stride, hbd); in firstpass_intra_prediction()
|
/external/libaom/libaom/av1/common/x86/ |
D | cfl_avx2.c | 190 CFL_GET_SUBSAMPLE_FUNCTION_AVX2(420, hbd) 223 CFL_GET_SUBSAMPLE_FUNCTION_AVX2(422, hbd) 241 CFL_GET_SUBSAMPLE_FUNCTION_AVX2(444, hbd) 344 CFL_PREDICT_X(avx2, 16, 4, hbd) 345 CFL_PREDICT_X(avx2, 16, 8, hbd) 346 CFL_PREDICT_X(avx2, 16, 16, hbd) 347 CFL_PREDICT_X(avx2, 16, 32, hbd) 348 CFL_PREDICT_X(avx2, 32, 8, hbd) 349 CFL_PREDICT_X(avx2, 32, 16, hbd) 350 CFL_PREDICT_X(avx2, 32, 32, hbd)
|
D | cfl_ssse3.c | 396 CFL_PREDICT_FN(ssse3, hbd)
|
/external/libaom/libaom/examples/ |
D | analyzer.cc | 235 const int hbd = !!(img->fmt & AOM_IMG_FMT_HIGHBITDEPTH); in render() local 236 int y_stride = img->stride[0] >> hbd; in render() 237 int cb_stride = img->stride[1] >> hbd; in render() 238 int cr_stride = img->stride[2] >> hbd; in render() 269 if (hbd) { in render() 314 if (hbd) { in render() 328 if (hbd) { in render()
|
/external/libaom/libaom/av1/common/ |
D | cfl.h | 152 CFL_SUBSAMPLE_FUNCTIONS(arch, 420, hbd) \ 153 CFL_SUBSAMPLE_FUNCTIONS(arch, 422, hbd) \ 154 CFL_SUBSAMPLE_FUNCTIONS(arch, 444, hbd)
|
D | cfl.c | 176 CFL_PREDICT_FN(c, hbd) in CFL_PREDICT_FN() argument
|
D | restoration.c | 216 #define REAL_PTR(hbd, d) ((hbd) ? (uint8_t *)CONVERT_TO_SHORTPTR(d) : (d)) argument
|
/external/libaom/libaom/av1/common/arm/ |
D | cfl_neon.c | 587 CFL_PREDICT_FN(neon, hbd)
|