Home
last modified time | relevance | path

Searched defs:use_hbd (Results 1 – 8 of 8) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dspeed_features.c161 const bool use_hbd = cpi->oxcf.use_highbitdepth; in set_allintra_speed_feature_framesize_dependent() local
302 const int use_hbd = cpi->oxcf.use_highbitdepth; in set_allintra_speed_features_framesize_independent() local
538 const bool use_hbd = cpi->oxcf.use_highbitdepth; in set_good_speed_feature_framesize_dependent() local
800 const int use_hbd = cpi->oxcf.use_highbitdepth; in set_good_speed_features_framesize_independent() local
Dallintra_vis.c483 const int use_hbd = cpi->source->flags & YV12_FLAG_HIGHBITDEPTH; in av1_set_mb_ur_variance() local
Dglobal_motion.c237 int64_t av1_warp_error(WarpedMotionParams *wm, int use_hbd, int bd, in av1_warp_error()
273 WarpedMotionParams *wm, TransformationType wmtype, int use_hbd, int bd, in av1_refine_integerized_param()
Dencoder_utils.c1227 const int use_hbd = cpi->source->flags & YV12_FLAG_HIGHBITDEPTH; in av1_set_mb_ssim_rdmult_scaling() local
Dfirstpass.c369 int sstride, int width, int height, int use_hbd) { in copy_rect()
Dencoder.c1793 const int use_hbd = cpi->unfiltered_source->flags & YV12_FLAG_HIGHBITDEPTH; in av1_set_screen_content_options() local
/external/libaom/libaom/av1/common/
Dwarped_motion.c782 int64_t av1_frame_error(int use_hbd, int bd, const uint8_t *ref, int stride, 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()
814 void av1_warp_plane(WarpedMotionParams *wm, int use_hbd, int bd, in av1_warp_plane()
Dcfl.c327 int row, int col, TX_SIZE tx_size, int use_hbd) { in cfl_store()