Searched refs:uv_mode (Results 1 – 7 of 7) sorted by relevance
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/ |
D | tree_enc.c | 300 static void PutUVMode(VP8BitWriter* const bw, int uv_mode) { in PutUVMode() argument 301 if (VP8PutBit(bw, uv_mode != DC_PRED, 142)) { in PutUVMode() 302 if (VP8PutBit(bw, uv_mode != V_PRED, 114)) { in PutUVMode() 303 VP8PutBit(bw, uv_mode != H_PRED, 183); // else: TM_PRED in PutUVMode()
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
D | tree_enc.c | 300 static void PutUVMode(VP8BitWriter* const bw, int uv_mode) { in PutUVMode() argument 301 if (VP8PutBit(bw, uv_mode != DC_PRED, 142)) { in PutUVMode() 302 if (VP8PutBit(bw, uv_mode != V_PRED, 114)) { in PutUVMode() 303 VP8PutBit(bw, uv_mode != H_PRED, 183); // else: TM_PRED in PutUVMode()
|
/third_party/ffmpeg/libavcodec/ |
D | vp9dec.h | 51 uint8_t uv_mode[10][9]; member 178 unsigned uv_mode[10][10]; member
|
D | vp9prob.c | 252 uint8_t *pp = p->uv_mode[i]; in ff_vp9_adapt_probs() 253 unsigned *c = s->td[0].counts.uv_mode[i], sum, s2; in ff_vp9_adapt_probs()
|
D | vp9block.c | 312 s->prob.p.uv_mode[b->mode[3]]); in decode_mode() 313 td->counts.uv_mode[b->mode[3]][b->uvmode]++; in decode_mode()
|
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/linux/ |
D | v4l2-controls.h | 2296 __u8 uv_mode[10][9]; member
|
/third_party/gstreamer/gstplugins_good/sys/v4l2/ext/ |
D | v4l2-controls.h | 2296 __u8 uv_mode[10][9]; member
|