Home
last modified time | relevance | path

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

/external/libaom/av1/encoder/
Dspeed_features.c178 const bool use_hbd = cpi->oxcf.use_highbitdepth; in set_allintra_speed_feature_framesize_dependent() local
323 const int use_hbd = cpi->oxcf.use_highbitdepth; in set_allintra_speed_features_framesize_independent() local
578 const bool use_hbd = cpi->oxcf.use_highbitdepth; in set_good_speed_feature_framesize_dependent() local
878 const int use_hbd = cpi->oxcf.use_highbitdepth; in set_good_speed_features_framesize_independent() local
Dglobal_motion.c203 int64_t av1_warp_error(WarpedMotionParams *wm, int use_hbd, int bd, in av1_warp_error()
239 WarpedMotionParams *wm, TransformationType wmtype, int use_hbd, int bd, in av1_refine_integerized_param()
Dencodeframe.c165 int use_hbd) { in av1_get_perpixel_variance()
192 const int use_hbd = is_cur_buf_hbd(xd); in av1_get_perpixel_variance_facade() local
Dfirstpass.c370 int sstride, int width, int height, int use_hbd) { in copy_rect()
Dtune_vmaf.c106 const int use_hbd = frame->flags & YV12_FLAG_HIGHBITDEPTH; in frame_average_variance() local
Dencoder.c1896 const int use_hbd = cpi->unfiltered_source->flags & YV12_FLAG_HIGHBITDEPTH; in av1_set_screen_content_options() local
Dnonrd_pickmode.c1253 const int use_hbd = is_cur_buf_hbd(xd); in block_yrd() local
/external/libaom/av1/common/
Dwarped_motion.c786 int64_t av1_frame_error(int use_hbd, int bd, const uint8_t *ref, int stride, in av1_frame_error()
800 int64_t av1_segmented_frame_error(int use_hbd, int bd, const uint8_t *ref, in av1_segmented_frame_error()
818 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()