Lines Matching defs:COOKContext

165 } COOKContext;
190 static av_cold void init_gain_table(COOKContext *q)
215 static av_cold int init_cook_vlc_tables(COOKContext *q)
247 static av_cold int init_cook_mlt(COOKContext *q)
270 static av_cold void init_cplscales_table(COOKContext *q)
331 COOKContext *q = avctx->priv_data;
381 * @param q pointer to the COOKContext
384 static int decode_envelope(COOKContext *q, COOKSubpacket *p,
420 * @param q pointer to the COOKContext
425 static void categorize(COOKContext *q, COOKSubpacket *p, const int *quant_index_table,
518 * @param q pointer to the COOKContext
522 static inline void expand_category(COOKContext *q, int *category,
537 * @param q pointer to the COOKContext
544 static void scalar_dequant_float(COOKContext *q, int index, int quant_index,
568 * @param q pointer to the COOKContext
573 static int unpack_SQVH(COOKContext *q, COOKSubpacket *p, int category,
612 * @param q pointer to the COOKContext
617 static void decode_vectors(COOKContext *q, COOKSubpacket *p, int *category,
653 static int mono_decode(COOKContext *q, COOKSubpacket *p, float *mlt_buffer)
678 * @param q pointer to the COOKContext
683 static void interpolate_float(COOKContext *q, float *buffer,
705 * @param q pointer to the COOKContext
710 static void imlt_window_float(COOKContext *q, float *inbuffer,
733 * @param q pointer to the COOKContext
738 static void imlt_gain(COOKContext *q, float *inbuffer,
765 * @param q pointer to the COOKContext
768 static int decouple_info(COOKContext *q, COOKSubpacket *p, int *decouple_tab)
799 * @param q pointer to the COOKContext
807 static void decouple_float(COOKContext *q,
825 * @param q pointer to the COOKContext
829 static int joint_decode(COOKContext *q, COOKSubpacket *p,
877 * @param q pointer to the COOKContext
881 static inline void decode_bytes_and_gain(COOKContext *q, COOKSubpacket *p,
900 * @param q pointer to the COOKContext
903 static void saturate_output_float(COOKContext *q, float *out)
915 * @param q pointer to the COOKContext
921 static inline void mlt_compensate_output(COOKContext *q, float *decode_buffer,
935 * @param q pointer to the COOKContext
939 static int decode_subpacket(COOKContext *q, COOKSubpacket *p,
986 COOKContext *q = avctx->priv_data;
1046 static void dump_cook_context(COOKContext *q)
1056 ff_dlog(q->avctx, "COOKContext\n");
1076 COOKContext *q = avctx->priv_data;
1304 .priv_data_size = sizeof(COOKContext),