Searched defs:use_hbd (Results 1 – 4 of 4) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | warped_motion.c | 868 int64_t av1_frame_error(int use_hbd, int bd, const uint8_t *ref, int stride, in av1_frame_error() 878 int64_t av1_warp_error(WarpedMotionParams *wm, int use_hbd, int bd, in av1_warp_error() 894 void av1_warp_plane(WarpedMotionParams *wm, int use_hbd, int bd, in av1_warp_plane()
|
D | cfl.c | 319 int row, int col, TX_SIZE tx_size, int use_hbd) { in cfl_store()
|
/external/libaom/libaom/av1/encoder/ |
D | global_motion.c | 169 TransformationType wmtype, int use_hbd, in av1_refine_integerized_param()
|
D | encoder.c | 3483 const int use_hbd = cpi->source->flags & YV12_FLAG_HIGHBITDEPTH; in set_screen_content_options() local
|