Home
last modified time | relevance | path

Searched refs:v_count (Results 1 - 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmjpegdec.c307 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 Dmjpegdec.h99 int v_count[MAX_COMPONENTS]; member
H A Dvaapi_mjpeg.c47 pp.components[i].v_sampling_factor = s->v_count[i]; in vaapi_mjpeg_start_frame()
/third_party/rust/crates/libc/src/
H A Dpsp.rs3619 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 Dwuffs-v0.2.c6853 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 Dwuffs-v0.3.c26384 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 Dwuffs-v0.3.c27471 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