Searched defs:use_hbd (Results 1 – 8 of 8) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | speed_features.c | 161 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
|
D | allintra_vis.c | 483 const int use_hbd = cpi->source->flags & YV12_FLAG_HIGHBITDEPTH; in av1_set_mb_ur_variance() local
|
D | global_motion.c | 237 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()
|
D | encoder_utils.c | 1227 const int use_hbd = cpi->source->flags & YV12_FLAG_HIGHBITDEPTH; in av1_set_mb_ssim_rdmult_scaling() local
|
D | firstpass.c | 369 int sstride, int width, int height, int use_hbd) { in copy_rect()
|
D | encoder.c | 1793 const int use_hbd = cpi->unfiltered_source->flags & YV12_FLAG_HIGHBITDEPTH; in av1_set_screen_content_options() local
|
/external/libaom/libaom/av1/common/ |
D | warped_motion.c | 782 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()
|
D | cfl.c | 327 int row, int col, TX_SIZE tx_size, int use_hbd) { in cfl_store()
|