Home
last modified time | relevance | path

Searched defs:uv_mode (Results 1 – 7 of 7) sorted by relevance

/external/webp/src/enc/
Dtree.c300 static void PutUVMode(VP8BitWriter* const bw, int uv_mode) { in PutUVMode()
/external/opencv3/3rdparty/libwebp/enc/
Dtree.c305 static void PutUVMode(VP8BitWriter* const bw, int uv_mode) { in PutUVMode()
/external/libvpx/libvpx/vp9/common/
Dvp9_entropymode.h64 unsigned int uv_mode[INTRA_MODES][INTRA_MODES]; member
Dvp9_blockd.h77 PREDICTION_MODE uv_mode; member
/external/libvpx/libvpx/vp8/common/
Dblockd.h157 uint8_t mode, uv_mode; member
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c44 const PREDICTION_MODE uv_mode = read_intra_mode(r, in read_intra_mode_uv() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c4128 const PREDICTION_MODE uv_mode = mi->mbmi.uv_mode; in sum_intra_stats() local