Home
last modified time | relevance | path

Searched refs:vq_index (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dindeo3.c585 int x, mv_x, mv_y, mode, vq_index, prim_indx, second_indx; in decode_cell() local
595 vq_index = code & 0xF; in decode_cell()
632 code = ctx->alt_quant[vq_index]; in decode_cell()
636 vq_index += ctx->cb_offset; in decode_cell()
637 prim_indx = second_indx = vq_index; in decode_cell()
653 if (vq_index >= 8 && ref_block) { in decode_cell()
655 ref_block[x] = requant_tab[vq_index & 7][ref_block[x] & 127]; in decode_cell()
Ddcadsp.h32 const int32_t *vq_index,
Ddcadsp.c28 const int32_t *vq_index, in decode_hf_c() argument
37 const int8_t *coeff = hf_vq[vq_index[i]]; in decode_hf_c()
Ddca_core.c601 const int16_t *vq_index, in inverse_adpcm() argument
610 const int pred_id = vq_index[i]; in inverse_adpcm()
639 int32_t vq_index[DCA_SUBBANDS]; in parse_subframe_audio() local
643 vq_index[band] = get_bits(&s->gb, 10); in parse_subframe_audio()
646 s->dcadsp->decode_hf(s->subband_samples[ch], vq_index, in parse_subframe_audio()