Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Diff.c333 int ham_count; in extract_header() local
344 ham_count = 8 * (1 << s->ham); in extract_header()
345 s->ham_palbuf = av_malloc(extra_space * (ham_count << !!(s->masking == MASK_HAS_MASK)) * sizeof (uint32_t) + AV_INPUT_BUFFER_PADDING_SIZE); in extract_header()
376 for (i = 0; i < ham_count; i++) in extract_header()

Completed in 5 milliseconds