• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/

Lines Matching refs:COOKContext

160 } COOKContext;
178 static av_cold void init_gain_table(COOKContext *q)
188 static av_cold int init_cook_vlc_tables(COOKContext *q)
218 static av_cold int init_cook_mlt(COOKContext *q)
242 static const float *maybe_reformat_buffer32(COOKContext *q, const float *ptr, int n)
248 static av_cold void init_cplscales_table(COOKContext *q)
312 COOKContext *q = avctx->priv_data;
366 * @param q pointer to the COOKContext
369 static int decode_envelope(COOKContext *q, COOKSubpacket *p,
405 * @param q pointer to the COOKContext
410 static void categorize(COOKContext *q, COOKSubpacket *p, int *quant_index_table,
509 * @param q pointer to the COOKContext
513 static inline void expand_category(COOKContext *q, int *category,
528 * @param q pointer to the COOKContext
535 static void scalar_dequant_float(COOKContext *q, int index, int quant_index,
559 * @param q pointer to the COOKContext
564 static int unpack_SQVH(COOKContext *q, COOKSubpacket *p, int category,
603 * @param q pointer to the COOKContext
608 static void decode_vectors(COOKContext *q, COOKSubpacket *p, int *category,
647 * @param q pointer to the COOKContext
650 static int mono_decode(COOKContext *q, COOKSubpacket *p, float *mlt_buffer)
674 * @param q pointer to the COOKContext
679 static void interpolate_float(COOKContext *q, float *buffer,
701 * @param q pointer to the COOKContext
706 static void imlt_window_float(COOKContext *q, float *inbuffer,
729 * @param q pointer to the COOKContext
734 static void imlt_gain(COOKContext *q, float *inbuffer,
761 * @param q pointer to the COOKContext
765 static void decouple_info(COOKContext *q, COOKSubpacket *p, int *decouple_tab)
787 * @param q pointer to the COOKContext
795 static void decouple_float(COOKContext *q,
813 * @param q pointer to the COOKContext
817 static int joint_decode(COOKContext *q, COOKSubpacket *p, float *mlt_buffer1,
865 * @param q pointer to the COOKContext
869 static inline void decode_bytes_and_gain(COOKContext *q, COOKSubpacket *p,
888 * @param q pointer to the COOKContext
892 static void saturate_output_float(COOKContext *q, int chan, float *out)
906 * @param q pointer to the COOKContext
913 static inline void mlt_compensate_output(COOKContext *q, float *decode_buffer,
927 * @param q pointer to the COOKContext
931 static int decode_subpacket(COOKContext *q, COOKSubpacket *p,
982 COOKContext *q = avctx->priv_data;
1046 static void dump_cook_context(COOKContext *q)
1056 av_log(q->avctx, AV_LOG_ERROR, "COOKContext\n");
1087 COOKContext *q = avctx->priv_data;
1309 .priv_data_size = sizeof(COOKContext),