Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dbink.c60 BINKB_NB_SRC enumerator
63 static const int binkb_bundle_sizes[BINKB_NB_SRC] = {
67 static const int binkb_bundle_signed[BINKB_NB_SRC] = {
128 Bundle bundle[BINKB_NB_SRC]; ///< bundles for decoding all data types
191 tmp = av_calloc(blocks, 64 * BINKB_NB_SRC); in init_bundles()
194 for (i = 0; i < BINKB_NB_SRC; i++) { in init_bundles()
581 for (i = 0; i < BINKB_NB_SRC; i++) in binkb_init_bundles()
880 for (i = 0; i < BINKB_NB_SRC; i++) { in binkb_decode_plane()

Completed in 3 milliseconds