Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dcook.c610 * Fill the mlt_buffer with mlt coefficients.
615 * @param mlt_buffer pointer to mlt coefficients
618 int *quant_index_table, float *mlt_buffer) in decode_vectors()
644 &mlt_buffer[band * SUBBAND_SIZE]); in decode_vectors()
653 static int mono_decode(COOKContext *q, COOKSubpacket *p, float *mlt_buffer) in mono_decode() argument
669 decode_vectors(q, p, category, quant_index_table, mlt_buffer); in mono_decode()
617 decode_vectors(COOKContext *q, COOKSubpacket *p, int *category, int *quant_index_table, float *mlt_buffer) decode_vectors() argument

Completed in 3 milliseconds