Home
last modified time | relevance | path

Searched refs:h_count (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Python/
H A Dhamt.c205 and has a length field (h_count).
2329 new_o->h_count = added_leaf ? o->h_count + 1 : o->h_count; in _PyHamt_Assoc()
2367 new_o->h_count = o->h_count - 1; in _PyHamt_Without()
2368 assert(new_o->h_count >= 0); in _PyHamt_Without()
2379 if (o->h_count == 0) { in hamt_find()
2416 if (v->h_count != w->h_count) { in _PyHamt_Eq()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dmjpegdec.c306 int h_count[MAX_COMPONENTS] = { 0 }; in ff_mjpeg_decode_sof() local
377 h_count[i] = get_bits(&s->gb, 4); in ff_mjpeg_decode_sof()
380 if (h_count[i] > s->h_max) in ff_mjpeg_decode_sof()
381 s->h_max = h_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()
427 memcmp(s->h_count, h_count, sizeof(h_count)) || in ff_mjpeg_decode_sof()
[all...]
H A Dmjpegdec.h98 int h_count[MAX_COMPONENTS]; /* horizontal and vertical count for each component */ member
H A Dvaapi_mjpeg.c46 pp.components[i].h_sampling_factor = s->h_count[i]; in vaapi_mjpeg_start_frame()
/third_party/python/Include/internal/
H A Dpycore_hamt.h52 Py_ssize_t h_count; member

Completed in 7 milliseconds