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.h152 int64_t av1_frame_error(int use_hbd, int bd, const uint8_t *ref, int stride,
155 int64_t av1_segmented_frame_error(int use_hbd, int bd, const uint8_t *ref,
175 void av1_warp_plane(WarpedMotionParams *wm, int use_hbd, int bd,
Dwarped_motion.c782 int64_t av1_frame_error(int use_hbd, int bd, const uint8_t *ref, int stride, in av1_frame_error() argument
785 if (use_hbd) { in av1_frame_error()
791 (void)use_hbd; in av1_frame_error()
796 int64_t av1_segmented_frame_error(int use_hbd, int bd, const uint8_t *ref, in av1_segmented_frame_error() argument
802 if (use_hbd) { in av1_segmented_frame_error()
808 (void)use_hbd; in av1_segmented_frame_error()
814 void av1_warp_plane(WarpedMotionParams *wm, int use_hbd, int bd, in av1_warp_plane() argument
820 if (use_hbd) in av1_warp_plane()
829 (void)use_hbd; in av1_warp_plane()
Dcfl.c327 int row, int col, TX_SIZE tx_size, int use_hbd) { in cfl_store() argument
360 if (use_hbd) { in cfl_store()
368 (void)use_hbd; in cfl_store()
/external/libaom/libaom/av1/encoder/
Dglobal_motion.h58 int64_t av1_warp_error(WarpedMotionParams *wm, int use_hbd, int bd,
69 WarpedMotionParams *wm, TransformationType wmtype, int use_hbd, int bd,
Dglobal_motion.c239 int64_t av1_warp_error(WarpedMotionParams *wm, int use_hbd, int bd, in av1_warp_error() argument
248 if (use_hbd) in av1_warp_error()
255 (void)use_hbd; in av1_warp_error()
275 WarpedMotionParams *wm, TransformationType wmtype, int use_hbd, int bd, in av1_refine_integerized_param() argument
293 av1_warp_error(wm, use_hbd, bd, ref, r_width, r_height, r_stride, in av1_refine_integerized_param()
311 av1_warp_error(wm, use_hbd, bd, ref, r_width, r_height, r_stride, in av1_refine_integerized_param()
325 av1_warp_error(wm, use_hbd, bd, ref, r_width, r_height, r_stride, in av1_refine_integerized_param()
342 av1_warp_error(wm, use_hbd, bd, ref, r_width, r_height, r_stride, in av1_refine_integerized_param()
Dencoder.c4013 const int use_hbd = cpi->unfiltered_source->flags & YV12_FLAG_HIGHBITDEPTH; in av1_set_screen_content_options() local
4034 use_hbd ? av1_count_colors_highbd(this_src, stride, blk_w, blk_h, bd, in av1_set_screen_content_options()
4043 use_hbd in av1_set_screen_content_options()
6194 const int use_hbd = cpi->source->flags & YV12_FLAG_HIGHBITDEPTH; in set_mb_ssim_rdmult_scaling() local
6216 if (use_hbd) { in set_mb_ssim_rdmult_scaling()