Lines Matching refs:size

113 #define MAX_FRAMESIZE  32768                                 ///< maximum compressed frame size
118 #define WMAPRO_BLOCK_MIN_BITS 6 ///< log2 of min block size
119 #define WMAPRO_BLOCK_MAX_BITS 13 ///< log2 of max block size
120 #define WMAPRO_BLOCK_MIN_SIZE (1 << WMAPRO_BLOCK_MIN_BITS) ///< minimum block size
121 #define WMAPRO_BLOCK_MAX_SIZE (1 << WMAPRO_BLOCK_MAX_BITS) ///< maximum block size
187 FFTContext mdct_ctx[WMAPRO_BLOCK_SIZES]; ///< MDCT context per block size
191 /* frame size dependent frame information (set during initialization) */
195 uint8_t bits_per_sample; ///< integer audio sample size for the unscaled IMDCT output (used to scale to [-1.0, 1.0])
203 uint8_t max_subframe_len_bit; ///< flag indicating that the subframe is of maximum size when the first subframe length bit is 1
205 int8_t num_sfb[WMAPRO_BLOCK_SIZES]; ///< scale factor bands per block size
225 int buf_bit_size; ///< buffer size in bits
271 PRINT("log2 frame size", s->log2_frame_size);
413 avpriv_request_sample(avctx, "Unknown extradata size");
500 for every possible block size */
527 /** Scale factors can be shared between blocks of different size
652 * next subframe size that is going to be read from the bitstream or not.
653 * If a channel contains such a subframe, the subframe size gets added to
1037 /** resample scale factors for the new block size
1211 /** reset channel context and find the next block offset and size
1551 *@return remaining size in bits
1617 int buf_size = avpkt->size;
1732 if (avpkt->size < s->next_packet_start) {
1737 s->buf_bit_size = (avpkt->size - s->next_packet_start) << 3;
1738 ret = init_get_bits8(gb, avpkt->data, avpkt->size - s->next_packet_start);
1853 if (!avpkt->size) {
1915 if (!eof && avpkt->size)
1919 if ((nb_samples > 0 || eof || !avpkt->size) && !s->flushed) {
1969 av_log(avctx, AV_LOG_ERROR, "Incorrect XMA2 extradata size\n");
1976 av_log(avctx, AV_LOG_ERROR, "Incorrect XMA1 extradata size\n");