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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dtwinvq.h154 uint8_t bits_main_spec[2][4][2]; ///< bits for the main codebook member in struct:TwinVQContext
H A Dtwinvq.c187 int bits = tctx->bits_main_spec[0][ftype][bitstream_second_part];
195 bits = tctx->bits_main_spec[1][ftype][bitstream_second_part];
731 tctx->bits_main_spec[0][i][0] = (rounded_up + 1) / 2;
732 tctx->bits_main_spec[1][i][0] = rounded_up / 2;
733 tctx->bits_main_spec[0][i][1] = (rounded_down + 1) / 2;
734 tctx->bits_main_spec[1][i][1] = rounded_down / 2;
H A Dmetasound.c159 *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]);
H A Dtwinvqdec.c246 *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]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dtwinvq.c191 uint8_t bits_main_spec[2][4][2]; ///< bits for the main codebook member in struct:TwinContext
376 int bits = tctx->bits_main_spec[0][ftype][bitstream_second_part];
384 bits = tctx->bits_main_spec[1][ftype][bitstream_second_part];
1073 tctx->bits_main_spec[0][i][0] = (rounded_up + 1)/2;
1074 tctx->bits_main_spec[1][i][0] = (rounded_up )/2;
1075 tctx->bits_main_spec[0][i][1] = (rounded_down + 1)/2;
1076 tctx->bits_main_spec[1][i][1] = (rounded_down )/2;

Completed in 120 milliseconds