Searched refs:UV_PAETH_PRED (Results 1 – 4 of 4) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | speed_features.h | 31 (1 << UV_SMOOTH_H_PRED) | (1 << UV_PAETH_PRED) | (1 << UV_CFL_PRED), 34 UV_INTRA_DC_TM = (1 << UV_DC_PRED) | (1 << UV_PAETH_PRED), 36 (1 << UV_DC_PRED) | (1 << UV_PAETH_PRED) | (1 << UV_CFL_PRED), 40 UV_INTRA_DC_PAETH_H_V = (1 << UV_DC_PRED) | (1 << UV_PAETH_PRED) | 42 UV_INTRA_DC_PAETH_H_V_CFL = (1 << UV_DC_PRED) | (1 << UV_PAETH_PRED) |
|
D | rdopt.c | 680 UV_SMOOTH_PRED, UV_PAETH_PRED, UV_SMOOTH_V_PRED, UV_SMOOTH_H_PRED, 6472 if (!cpi->oxcf.enable_paeth_intra && mode == UV_PAETH_PRED) continue; in rd_pick_intra_sbuv_mode()
|
/external/libaom/libaom/av1/common/ |
D | enums.h | 426 UV_PAETH_PRED, // Predict from the direction of smallest gradient enumerator
|
/external/libaom/libaom/examples/ |
D | inspect.c | 243 ENUM(UV_PAETH_PRED), ENUM(UV_CFL_PRED),
|