Home
last modified time | relevance | path

Searched refs:UV_SMOOTH_PRED (Results 1 – 5 of 5) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dspeed_features.h30 (1 << UV_SMOOTH_PRED) | (1 << UV_SMOOTH_V_PRED) |
Drdopt.c680 UV_SMOOTH_PRED, UV_PAETH_PRED, UV_SMOOTH_V_PRED, UV_SMOOTH_H_PRED,
6468 if (!cpi->oxcf.enable_smooth_intra && mode >= UV_SMOOTH_PRED && in rd_pick_intra_sbuv_mode()
/external/libaom/libaom/av1/common/
Denums.h423 UV_SMOOTH_PRED, // Combination of horizontal and vertical interpolation enumerator
Dreconintra.c953 return (uv_mode == UV_SMOOTH_PRED || uv_mode == UV_SMOOTH_V_PRED || in is_smooth()
/external/libaom/libaom/examples/
Dinspect.c241 ENUM(UV_D67_PRED), ENUM(UV_SMOOTH_PRED),