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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dbink.c272 * @param bundle_num number of the bundle to initialize
274 static void read_bundle(GetBitContext *gb, BinkContext *c, int bundle_num) argument
278 if (bundle_num == BINK_SRC_COLORS) {
283 if (bundle_num != BINK_SRC_INTRA_DC && bundle_num != BINK_SRC_INTER_DC)
284 read_tree(gb, &c->bundle[bundle_num].tree);
285 c->bundle[bundle_num].cur_dec =
286 c->bundle[bundle_num].cur_ptr = c->bundle[bundle_num].data;
522 static void binkb_init_bundle(BinkContext *c, int bundle_num) argument
536 binkb_read_bundle(BinkContext *c, GetBitContext *gb, int bundle_num) argument
570 binkb_get_value(BinkContext *c, int bundle_num) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dbink.c283 * @param bundle_num number of the bundle to initialize
285 static void read_bundle(GetBitContext *gb, BinkContext *c, int bundle_num) argument
289 if (bundle_num == BINK_SRC_COLORS) {
294 if (bundle_num != BINK_SRC_INTRA_DC && bundle_num != BINK_SRC_INTER_DC)
295 read_tree(gb, &c->bundle[bundle_num].tree);
296 c->bundle[bundle_num].cur_dec =
297 c->bundle[bundle_num].cur_ptr = c->bundle[bundle_num].data;
533 static av_cold void binkb_init_bundle(BinkContext *c, int bundle_num) argument
547 binkb_read_bundle(BinkContext *c, GetBitContext *gb, int bundle_num) argument
581 binkb_get_value(BinkContext *c, int bundle_num) argument
[all...]

Completed in 107 milliseconds