Searched refs:get_bits (Results 26 - 50 of 287) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmlp_parser.c31 #include "get_bits.h"
147 mh->stream_type = get_bits(gb, 8);
150 mh->group1_bits = mlp_quants[get_bits(gb, 4)];
151 mh->group2_bits = mlp_quants[get_bits(gb, 4)];
153 ratebits = get_bits(gb, 4);
155 mh->group2_samplerate = mlp_samplerate(get_bits(gb, 4));
159 mh->channels_mlp = get_bits(gb, 5);
164 ratebits = get_bits(gb, 4);
170 mh->channels_thd_stream1 = get_bits(gb, 5);
174 mh->channels_thd_stream2 = get_bits(g
[all...]
H A Dcljr.c28 #include "get_bits.h"
86 luma[3] = get_bits(&gb, 5) << 3;
87 luma[2] = get_bits(&gb, 5) << 3;
88 luma[1] = get_bits(&gb, 5) << 3;
89 luma[0] = get_bits(&gb, 5) << 3;
91 *(cb++) = get_bits(&gb, 6) << 2;
92 *(cr++) = get_bits(&gb, 6) << 2;
H A Dra144dec.c27 #include "get_bits.h"
51 int cba_idx = get_bits(gb, 7); // index of the adaptive CB, 0 if none
52 int gain = get_bits(gb, 8);
53 int cb1_idx = get_bits(gb, 7);
54 int cb2_idx = get_bits(gb, 7);
95 lpc_refl[i] = ff_lpc_refl_cb[i][get_bits(&gb, sizes[i])];
100 energy = ff_energy_tab[get_bits(&gb, 5)];
H A Descape124.c25 #include "get_bits.h"
104 unsigned mask_bits = get_bits(gb, 4);
105 unsigned color0 = get_bits(gb, 15);
106 unsigned color1 = get_bits(gb, 15);
129 value += get_bits(gb, 3);
133 value += get_bits(gb, 7);
137 return value + get_bits(gb, 12);
155 // in theory, this is the same as get_bits(gb, 0), but
157 block_index = depth ? get_bits(gb, depth) : 0;
249 cb_depth = get_bits(
[all...]
H A Dindeo5.c32 #include "get_bits.h"
67 ctx->gop_flags = get_bits(&ctx->gb, 8);
69 ctx->gop_hdr_size = (ctx->gop_flags & 1) ? get_bits(&ctx->gb, 16) : 0;
74 tile_size = (ctx->gop_flags & 0x40) ? 64 << get_bits(&ctx->gb, 2) : 0;
82 pic_conf.luma_bands = get_bits(&ctx->gb, 2) * 3 + 1;
91 pic_size_indx = get_bits(&ctx->gb, 4);
93 pic_conf.pic_height = get_bits(&ctx->gb, 13);
94 pic_conf.pic_width = get_bits(&ctx->gb, 13);
202 if (get_bits(&ctx->gb, 2)) {
241 if (get_bits(
[all...]
H A Dmlpdec.c32 #include "get_bits.h"
221 result = (result << lsb_bits) + get_bits(gbp, lsb_bits);
353 sync_word = get_bits(gbp, 13);
370 s->min_channel = get_bits(gbp, 4);
371 s->max_channel = get_bits(gbp, 4);
372 s->max_matrix_channel = get_bits(gbp, 4);
412 s->noise_shift = get_bits(gbp, 4);
413 s->noisegen_seed = get_bits(gbp, 23);
418 lossless_check = get_bits(gbp, 8);
433 int ch_assign = get_bits(gb
[all...]
H A Dvc1.c252 pqdiff = get_bits(gb, 3);
254 v->altpq = get_bits(gb, 5);
260 v->dqprofile = get_bits(gb, 2);
264 v->dqsbedge = get_bits(gb, 2);
274 pqdiff = get_bits(gb, 3);
276 v->altpq = get_bits(gb, 5);
297 v->profile = get_bits(gb, 2);
319 v->frmrtq_postproc = get_bits(gb, 3); //common
321 v->bitrtq_postproc = get_bits(gb, 5); //common
357 v->dquant = get_bits(g
[all...]
H A Ddca.c37 #include "get_bits.h"
459 *dst++ = get_bits(gb, bits);
469 s->total_channels = get_bits(&s->gb, 3) + 1 + base_channel;
477 s->subband_activity[i] = get_bits(&s->gb, 5) + 2;
482 s->vq_start_subband[i] = get_bits(&s->gb, 5) + 1;
496 s->quant_index_huffman[i][j] = get_bits(&s->gb, bitlen[j]);
506 s->scalefactor_adj[i][j] = adj_table[get_bits(&s->gb, 2)];
510 get_bits(&s->gb, 16);
554 s->frame_type = get_bits(&s->gb, 1);
555 s->samples_deficit = get_bits(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmlp_parser.c32 #include "get_bits.h"
149 mh->stream_type = get_bits(gb, 8);
152 mh->group1_bits = mlp_quants[get_bits(gb, 4)];
153 mh->group2_bits = mlp_quants[get_bits(gb, 4)];
155 ratebits = get_bits(gb, 4);
157 mh->group2_samplerate = mlp_samplerate(get_bits(gb, 4));
162 channel_arrangement = get_bits(gb, 5);
169 ratebits = get_bits(gb, 4);
175 mh->channel_modifier_thd_stream0 = get_bits(gb, 2);
176 mh->channel_modifier_thd_stream1 = get_bits(g
[all...]
H A Devrcdec.c31 #include "get_bits.h"
111 frame->lsp[0] = get_bits(gb, 6);
112 frame->lsp[1] = get_bits(gb, 6);
113 frame->lsp[2] = get_bits(gb, 9);
114 frame->lsp[3] = get_bits(gb, 7);
115 frame->pitch_delay = get_bits(gb, 7);
116 frame->delay_diff = get_bits(gb, 5);
117 frame->acb_gain[0] = get_bits(gb, 3);
118 frame->fcb_shape[0][0] = get_bits(gb, 8);
119 frame->fcb_shape[0][1] = get_bits(g
[all...]
H A Ddcadec.c39 #include "get_bits.h"
550 *dst++ = get_bits(gb, bits);
582 hdr_size = get_bits(&s->gb, 7) + 1;
585 nchans = get_bits(&s->gb, 3) + 1;
593 this_chans = get_bits(&s->gb, s->xxch_nbits_spk_mask - 6) << 6;
603 coeff = get_bits(&s->gb, 6);
615 mask[i] = get_bits(&s->gb, s->xxch_nbits_spk_mask);
629 coeff = get_bits(&s->gb, 7);
647 s->subband_activity[i] = get_bits(&s->gb, 5) + 2;
652 s->vq_start_subband[i] = get_bits(
[all...]
H A Dra144dec.c27 #include "get_bits.h"
52 int cba_idx = get_bits(gb, 7); // index of the adaptive CB, 0 if none
53 int gain = get_bits(gb, 8);
54 int cb1_idx = get_bits(gb, 7);
55 int cb2_idx = get_bits(gb, 7);
96 lpc_refl[i] = ff_lpc_refl_cb[i][get_bits(&gb, sizes[i])];
101 energy = ff_energy_tab[get_bits(&gb, 5)];
H A Descape124.c26 #include "get_bits.h"
104 unsigned mask_bits = get_bits(gb, 4);
105 unsigned color0 = get_bits(gb, 15);
106 unsigned color1 = get_bits(gb, 15);
129 value += get_bits(gb, 3);
133 value += get_bits(gb, 7);
137 return value + get_bits(gb, 12);
155 // in theory, this is the same as get_bits(gb, 0), but
157 block_index = depth ? get_bits(gb, depth) : 0;
254 cb_depth = get_bits(
[all...]
H A Dindeo5.c32 #include "get_bits.h"
66 ctx->gop_flags = get_bits(&ctx->gb, 8);
68 ctx->gop_hdr_size = (ctx->gop_flags & 1) ? get_bits(&ctx->gb, 16) : 0;
73 tile_size = (ctx->gop_flags & 0x40) ? 64 << get_bits(&ctx->gb, 2) : 0;
81 pic_conf.luma_bands = get_bits(&ctx->gb, 2) * 3 + 1;
90 pic_size_indx = get_bits(&ctx->gb, 4);
92 pic_conf.pic_height = get_bits(&ctx->gb, 13);
93 pic_conf.pic_width = get_bits(&ctx->gb, 13);
221 if (get_bits(&ctx->gb, 2)) {
261 if (get_bits(
[all...]
H A Deac3dec.c205 gaq_mode = get_bits(gbc, 2);
223 int group_code = get_bits(gbc, 5);
248 int v = get_bits(gbc, bits);
348 s->preferred_downmix = get_bits(gbc, 2);
351 s->center_mix_level_ltrt = get_bits(gbc, 3);
352 s->center_mix_level = get_bits(gbc, 3);
356 s->surround_mix_level_ltrt = av_clip(get_bits(gbc, 3), 3, 7);
357 s->surround_mix_level = av_clip(get_bits(gbc, 3), 3, 7);
363 s->lfe_mix_level = get_bits(gbc, 5);
378 switch(get_bits(gb
[all...]
H A Descape130.c26 #include "get_bits.h"
176 value = get_bits(gb, 3);
180 value = get_bits(gb, 8);
184 value = get_bits(gb, 15);
257 unsigned sign_selector = get_bits(&gb, 6);
258 unsigned difference_selector = get_bits(&gb, 2);
259 y_avg = 2 * get_bits(&gb, 5);
266 y_avg = get_bits(&gb, 6);
268 unsigned adjust_index = get_bits(&gb, 3);
277 cb = get_bits(
[all...]
H A Dvc1.c241 pqdiff = get_bits(gb, 3);
243 v->altpq = get_bits(gb, 5);
249 v->dqprofile = get_bits(gb, 2);
253 v->dqsbedge = get_bits(gb, 2);
263 pqdiff = get_bits(gb, 3);
265 v->altpq = get_bits(gb, 5);
286 v->profile = get_bits(gb, 2);
309 v->frmrtq_postproc = get_bits(gb, 3); //common
311 v->bitrtq_postproc = get_bits(gb, 5); //common
347 v->dquant = get_bits(g
[all...]
H A Datrac3plus.c30 #include "get_bits.h"
43 ((delta_bits) ? get_bits((gb), (delta_bits)) : 0)
227 chan->fill_mode = get_bits(gb, 2);
231 chan->num_coded_vals = get_bits(gb, 5);
239 chan->split_point = get_bits(gb, 2) + (chan->ch_num << 1) + 1;
325 start_val = get_bits((gb), 6); \
326 unpack_vq_shape(start_val, &atrac3p_sf_shapes[get_bits((gb), 6)][0], \
349 switch (get_bits(gb, 2)) { /* switch according to coding mode */
352 chan->qu_wordlen[i] = get_bits(gb, 3);
360 vlc_tab = &wl_vlc_tabs[get_bits(g
[all...]
H A Dmetasound.c32 #include "get_bits.h"
159 *dst++ = get_bits(gb, tctx->bits_main_spec[0][ftype][bs_second_part]);
160 *dst++ = get_bits(gb, tctx->bits_main_spec[1][ftype][bs_second_part]);
180 bits->window_type = get_bits(&gb, TWINVQ_WINDOW_TYPE_BITS);
192 get_bits(&gb, 2);
200 get_bits(&gb, mtab->fmode[bits->ftype].bark_n_bit);
208 bits->gain_bits[i] = get_bits(&gb, TWINVQ_GAIN_BITS);
211 bits->gain_bits[i] = get_bits(&gb, TWINVQ_GAIN_BITS);
214 get_bits(&gb, TWINVQ_SUB_GAIN_BITS);
219 bits->lpc_hist_idx[i] = get_bits(
[all...]
H A Dtwinvqdec.c27 #include "get_bits.h"
246 *dst++ = get_bits(gb, tctx->bits_main_spec[0][ftype][bs_second_part]);
247 *dst++ = get_bits(gb, tctx->bits_main_spec[1][ftype][bs_second_part]);
262 skip_bits(&gb, get_bits(&gb, 8));
264 bits->window_type = get_bits(&gb, TWINVQ_WINDOW_TYPE_BITS);
281 get_bits(&gb, mtab->fmode[bits->ftype].bark_n_bit);
289 bits->gain_bits[i] = get_bits(&gb, TWINVQ_GAIN_BITS);
292 bits->gain_bits[i] = get_bits(&gb, TWINVQ_GAIN_BITS);
294 bits->sub_gain_bits[i * sub + j] = get_bits(&gb,
300 bits->lpc_hist_idx[i] = get_bits(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Ddecompress_bunzip2.c117 static unsigned int INIT get_bits(struct bunzip_data *bd, char bits_wanted) function
176 i = get_bits(bd, 24);
177 j = get_bits(bd, 24);
178 bd->headerCRC = get_bits(bd, 32);
186 if (get_bits(bd, 1))
188 origPtr = get_bits(bd, 24);
196 t = get_bits(bd, 16);
200 k = get_bits(bd, 16);
207 groupCount = get_bits(bd, 3);
215 nSelectors = get_bits(b
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/libunarchive/
H A Ddecompress_bunzip2.c94 static unsigned get_bits(bunzip_data *bd, char bits_wanted) function
158 i = get_bits(bd, 24);
159 j = get_bits(bd, 24);
160 bd->headerCRC = get_bits(bd, 32);
168 if (get_bits(bd, 1)) return RETVAL_OBSOLETE_INPUT;
169 origPtr = get_bits(bd, 24);
178 t = get_bits(bd, 16);
182 k = get_bits(bd, 16);
191 groupCount = get_bits(bd, 3);
200 nSelectors = get_bits(b
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtpenc_h263_rfc2190.c25 #include "libavcodec/get_bits.h"
115 if (get_bits(&gb, 22) == 0x20) { /* Picture Start Code */
116 info.tr = get_bits(&gb, 8);
119 info.src = get_bits(&gb, 3);
120 info.i = get_bits(&gb, 1);
121 info.u = get_bits(&gb, 1);
122 info.s = get_bits(&gb, 1);
123 info.a = get_bits(&gb, 1);
124 info.pb = get_bits(&gb, 1);
H A Drtpdec_latm.c25 #include "libavcodec/get_bits.h"
113 /* Pad this buffer, too, to avoid out of bounds reads with get_bits below */
119 audio_mux_version = get_bits(&gb, 1);
120 same_time_framing = get_bits(&gb, 1);
122 num_programs = get_bits(&gb, 4);
123 num_layers = get_bits(&gb, 3);
138 st->codec->extradata[i] = get_bits(&gb, 8);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drtpdec_latm.c25 #include "libavcodec/get_bits.h"
112 /* Pad this buffer, too, to avoid out of bounds reads with get_bits below */
118 audio_mux_version = get_bits(&gb, 1);
119 same_time_framing = get_bits(&gb, 1);
121 num_programs = get_bits(&gb, 4);
122 num_layers = get_bits(&gb, 3);
140 st->codec->extradata[i] = get_bits(&gb, 8);

Completed in 136 milliseconds

1234567891011>>