Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dwmaprodec.c160 uint8_t table_idx; ///< index in sf_offsets for the scale factor reference block
207 int8_t sf_offsets[WMAPRO_BLOCK_SIZES][WMAPRO_BLOCK_SIZES][MAX_BANDS]; ///< scale factor resample matrix member
239 uint8_t table_idx; ///< index for the num_sfb, sfb_offsets, sf_offsets and subwoofer_cutoffs tables
529 The matrix sf_offsets is needed to find the correct scale factor. in decode_init()
544 s->sf_offsets[i][x][b] = v; in decode_init()
1043 const int8_t* sf_offsets = s->sf_offsets[s->table_idx][s->channel[c].table_idx]; in decode_scale_factors() local
1047 s->channel[c].saved_scale_factors[s->channel[c].scale_factor_idx][*sf_offsets++]; in decode_scale_factors()

Completed in 4 milliseconds