Searched refs:v_count (Results 1 - 7 of 7) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | mjpegdec.c | 307 int v_count[MAX_COMPONENTS] = { 0 }; in ff_mjpeg_decode_sof() local 378 v_count[i] = get_bits(&s->gb, 4); in ff_mjpeg_decode_sof() 382 if (v_count[i] > s->v_max) in ff_mjpeg_decode_sof() 383 s->v_max = v_count[i]; in ff_mjpeg_decode_sof() 389 if (!h_count[i] || !v_count[i]) { in ff_mjpeg_decode_sof() 392 i, h_count[i], v_count[i]); in ff_mjpeg_decode_sof() 397 i, h_count[i], v_count[i], in ff_mjpeg_decode_sof() 428 memcmp(s->v_count, v_count, sizeof(v_count))) { in ff_mjpeg_decode_sof() [all...] |
H A D | mjpegdec.h | 99 int v_count[MAX_COMPONENTS]; member
|
H A D | vaapi_mjpeg.c | 47 pp.components[i].v_sampling_factor = s->v_count[i]; in vaapi_mjpeg_start_frame()
|
/third_party/rust/crates/libc/src/ |
H A D | psp.rs | 3619 v_count: i32, in sceGuDrawBezier() 3629 v_count: i32, in sceGuDrawSpline() 3665 v_count: i32, in sceGumDrawBezier() 3672 v_count: i32, in sceGumDrawSpline()
|
/third_party/skia/third_party/externals/wuffs/release/c/ |
H A 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()
|
H A 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() [all...] |
/third_party/astc-encoder/Source/ |
H A D | wuffs-v0.3.c | 27471 uint32_t v_count = 0; in wuffs_deflate__decoder__init_huff() local 27540 v_count = ((uint32_t)(v_counts[v_i])); in wuffs_deflate__decoder__init_huff() 27541 if (v_n_symbols > (320 - v_count)) { in wuffs_deflate__decoder__init_huff() 27544 v_n_symbols = (v_n_symbols + v_count); in wuffs_deflate__decoder__init_huff() [all...] |
Completed in 108 milliseconds