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.h62 (1 << UV_SMOOTH_PRED) | (1 << UV_SMOOTH_V_PRED) |
Dintra_mode_search.c27 UV_SMOOTH_PRED, UV_PAETH_PRED, UV_SMOOTH_V_PRED, UV_SMOOTH_H_PRED,
1458 if (!cpi->oxcf.enable_smooth_intra && mode >= UV_SMOOTH_PRED && in av1_rd_pick_intra_sbuv_mode()
/external/libaom/libaom/av1/common/
Denums.h440 UV_SMOOTH_PRED, // Combination of horizontal and vertical interpolation enumerator
Dreconintra.c959 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),