Home
last modified time | relevance | path

Searched refs:use_hbd (Results 1 – 6 of 6) sorted by relevance

/external/libaom/libaom/av1/common/
Dwarped_motion.h73 int64_t av1_warp_error(WarpedMotionParams *wm, int use_hbd, int bd,
81 int64_t av1_frame_error(int use_hbd, int bd, const uint8_t *ref, int stride,
84 void av1_warp_plane(WarpedMotionParams *wm, int use_hbd, int bd,
Dwarped_motion.c868 int64_t av1_frame_error(int use_hbd, int bd, const uint8_t *ref, int stride, in av1_frame_error() argument
870 if (use_hbd) { in av1_frame_error()
878 int64_t av1_warp_error(WarpedMotionParams *wm, int use_hbd, int bd, in av1_warp_error() argument
885 if (use_hbd) in av1_warp_error()
894 void av1_warp_plane(WarpedMotionParams *wm, int use_hbd, int bd, in av1_warp_plane() argument
899 if (use_hbd) in av1_warp_plane()
Dcfl.c319 int row, int col, TX_SIZE tx_size, int use_hbd) { in cfl_store() argument
352 if (use_hbd) { in cfl_store()
/external/libaom/libaom/av1/encoder/
Dglobal_motion.h40 TransformationType wmtype, int use_hbd,
Dglobal_motion.c169 TransformationType wmtype, int use_hbd, in av1_refine_integerized_param() argument
187 best_error = av1_warp_error(wm, use_hbd, bd, ref, r_width, r_height, r_stride, in av1_refine_integerized_param()
203 av1_warp_error(wm, use_hbd, bd, ref, r_width, r_height, r_stride, in av1_refine_integerized_param()
216 av1_warp_error(wm, use_hbd, bd, ref, r_width, r_height, r_stride, in av1_refine_integerized_param()
232 av1_warp_error(wm, use_hbd, bd, ref, r_width, r_height, r_stride, in av1_refine_integerized_param()
Dencoder.c3483 const int use_hbd = cpi->source->flags & YV12_FLAG_HIGHBITDEPTH; in set_screen_content_options() local
3504 use_hbd ? av1_count_colors_highbd(this_src, stride, blk_w, blk_h, bd, in set_screen_content_options()
3513 use_hbd in set_screen_content_options()