Searched refs:v_count (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | mjpegdec.c | 302 int v_count[MAX_COMPONENTS] = { 0 }; in ff_mjpeg_decode_sof() local 373 v_count[i] = get_bits(&s->gb, 4); in ff_mjpeg_decode_sof() 377 if (v_count[i] > s->v_max) in ff_mjpeg_decode_sof() 378 s->v_max = v_count[i]; in ff_mjpeg_decode_sof() 384 if (!h_count[i] || !v_count[i]) { in ff_mjpeg_decode_sof() 387 i, h_count[i], v_count[i]); in ff_mjpeg_decode_sof() 392 i, h_count[i], v_count[i], in ff_mjpeg_decode_sof() 423 memcmp(s->v_count, v_count, sizeof(v_count))) { in ff_mjpeg_decode_sof() 430 memcpy(s->v_count, v_count, sizeof(v_count)); in ff_mjpeg_decode_sof() 477 pix_fmt_id = ((unsigned)s->h_count[0] << 28) | (s->v_count[0] << 24) | in ff_mjpeg_decode_sof() [all …]
|
D | mjpegdec.h | 97 int v_count[MAX_COMPONENTS]; member
|
D | vaapi_mjpeg.c | 47 pp.components[i].v_sampling_factor = s->v_count[i]; in vaapi_mjpeg_start_frame()
|
/third_party/skia/third_party/externals/wuffs/release/c/ |
D | wuffs-v0.2.c | 6853 uint32_t v_count = 0; in wuffs_deflate__decoder__init_huff() local 6920 v_count = ((uint32_t)(v_counts[v_i])); in wuffs_deflate__decoder__init_huff() 6921 if (v_n_symbols > (320 - v_count)) { in wuffs_deflate__decoder__init_huff() 6924 v_n_symbols = (v_n_symbols + v_count); in wuffs_deflate__decoder__init_huff()
|
D | wuffs-v0.3.c | 26384 uint32_t v_count = 0; in wuffs_deflate__decoder__init_huff() local 26450 v_count = ((uint32_t)(v_counts[v_i])); in wuffs_deflate__decoder__init_huff() 26451 if (v_n_symbols > (320 - v_count)) { in wuffs_deflate__decoder__init_huff() 26454 v_n_symbols = (v_n_symbols + v_count); in wuffs_deflate__decoder__init_huff()
|
/third_party/flutter/skia/third_party/externals/wuffs/release/c/ |
D | wuffs-v0.2.c | 7089 uint32_t v_count = 0; in wuffs_deflate__decoder__init_huff() local 7146 v_count = ((uint32_t)(v_counts[v_i])); in wuffs_deflate__decoder__init_huff() 7147 if (v_n_symbols > (320 - v_count)) { in wuffs_deflate__decoder__init_huff() 7150 v_n_symbols = (v_n_symbols + v_count); in wuffs_deflate__decoder__init_huff()
|
D | wuffs-unsupported-snapshot.c | 7088 uint32_t v_count = 0; in wuffs_deflate__decoder__init_huff() local 7145 v_count = ((uint32_t)(v_counts[v_i])); in wuffs_deflate__decoder__init_huff() 7146 if (v_n_symbols > (320 - v_count)) { in wuffs_deflate__decoder__init_huff() 7149 v_n_symbols = (v_n_symbols + v_count); in wuffs_deflate__decoder__init_huff()
|