Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dindeo4.c418 band->num_corr = 0; /* there is no corrections */ in decode_band_hdr()
420 band->num_corr = get_bits(&ctx->gb, 8); /* get number of correction pairs */ in decode_band_hdr()
421 if (band->num_corr > 61) { in decode_band_hdr()
423 band->num_corr); in decode_band_hdr()
428 for (i = 0; i < band->num_corr * 2; i++) in decode_band_hdr()
H A Dindeo5.c404 band->num_corr = 0; /* there are no corrections */ in decode_band_hdr()
406 band->num_corr = get_bits(&ctx->gb, 8); /* get number of correction pairs */ in decode_band_hdr()
407 if (band->num_corr > 61) { in decode_band_hdr()
409 band->num_corr); in decode_band_hdr()
414 for (i = 0; i < band->num_corr * 2; i++) in decode_band_hdr()
H A Divi.h171 int num_corr; ///< number of correction entries member
H A Divi.c980 for (i = 0; i < band->num_corr; i++) { in decode_band()
1040 for (i = band->num_corr-1; i >= 0; i--) { in decode_band()

Completed in 6 milliseconds