Home
last modified time | relevance | path

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

/external/libaom/av1/encoder/
Ddwt.c75 int dwt_scale_bits, int hbd) { in dyadic_analyze_53_uint8_input()
113 int stride, int hbd) { in av1_fdwt8x8_uint8_input_c()
128 int hbd) { in haar_ac_sad_8x8_uint8_input()
136 int hbd, int num_8x8_rows, in av1_haar_ac_sad_mxn_uint8_input()
Daq_variance.c130 const int hbd = is_cur_buf_hbd(xd); in haar_ac_energy() local
Dcompound_type.c204 const int hbd = is_cur_buf_hbd(xd); in pick_wedge() local
280 const int hbd = is_cur_buf_hbd(xd); in pick_wedge_fixed_sign() local
350 const int hbd = is_cur_buf_hbd(xd); in pick_interinter_seg() local
Dfirstpass.c599 const int hbd = is_cur_buf_hbd(xd); in firstpass_intra_prediction() local
Dencoder.c3550 const int hbd = unfiltered_source->flags & YV12_FLAG_HIGHBITDEPTH; in calculate_frame_avg_haar_energy() local
/external/libdav1d/tools/output/
Dyuv.c57 const int hbd = p->p.bpc > 8; in yuv_write() local
Dxxhash.c71 const int hbd = p->p.bpc > 8; in xxh3_write() local
Dy4m2.c104 const int hbd = p->p.bpc > 8; in y4m2_write() local
Dmd5.c195 const int hbd = p->p.bpc > 8; in md5_write() local
/external/libdav1d/tools/
Ddav1d.c145 const int hbd = p->p.bpc > 8; in picture_alloc() local
/external/libdav1d/src/
Dpicture.c48 const int hbd = p->p.bpc > 8; in dav1d_default_picture_alloc() local
Ddecode.c2802 const int hbd = !!f->seq_hdr->hbd; in dav1d_decode_frame_init() local
/external/libaom/av1/common/
Dcfl.c175 CFL_PREDICT_FN(c, hbd) in CFL_PREDICT_FN() argument
Drestoration.c205 #define REAL_PTR(hbd, d) ((hbd) ? (uint8_t *)CONVERT_TO_SHORTPTR(d) : (d)) argument
/external/libaom/examples/
Danalyzer.cc234 const int hbd = !!(img->fmt & AOM_IMG_FMT_HIGHBITDEPTH); in render() local
/external/libdav1d/include/dav1d/
Dheaders.h232 uint8_t hbd; member