• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/

Lines Matching refs:COOKContext

159 } COOKContext;
177 static av_cold void init_gain_table(COOKContext *q)
187 static av_cold int init_cook_vlc_tables(COOKContext *q)
218 static av_cold int init_cook_mlt(COOKContext *q)
242 static av_cold void init_cplscales_table(COOKContext *q)
303 COOKContext *q = avctx->priv_data;
353 * @param q pointer to the COOKContext
356 static int decode_envelope(COOKContext *q, COOKSubpacket *p,
392 * @param q pointer to the COOKContext
397 static void categorize(COOKContext *q, COOKSubpacket *p, const int *quant_index_table,
490 * @param q pointer to the COOKContext
494 static inline void expand_category(COOKContext *q, int *category,
509 * @param q pointer to the COOKContext
516 static void scalar_dequant_float(COOKContext *q, int index, int quant_index,
540 * @param q pointer to the COOKContext
545 static int unpack_SQVH(COOKContext *q, COOKSubpacket *p, int category,
584 * @param q pointer to the COOKContext
589 static void decode_vectors(COOKContext *q, COOKSubpacket *p, int *category,
625 static int mono_decode(COOKContext *q, COOKSubpacket *p, float *mlt_buffer)
650 * @param q pointer to the COOKContext
655 static void interpolate_float(COOKContext *q, float *buffer,
677 * @param q pointer to the COOKContext
682 static void imlt_window_float(COOKContext *q, float *inbuffer,
705 * @param q pointer to the COOKContext
710 static void imlt_gain(COOKContext *q, float *inbuffer,
737 * @param q pointer to the COOKContext
740 static int decouple_info(COOKContext *q, COOKSubpacket *p, int *decouple_tab)
771 * @param q pointer to the COOKContext
779 static void decouple_float(COOKContext *q,
797 * @param q pointer to the COOKContext
801 static int joint_decode(COOKContext *q, COOKSubpacket *p,
849 * @param q pointer to the COOKContext
853 static inline void decode_bytes_and_gain(COOKContext *q, COOKSubpacket *p,
872 * @param q pointer to the COOKContext
875 static void saturate_output_float(COOKContext *q, float *out)
887 * @param q pointer to the COOKContext
893 static inline void mlt_compensate_output(COOKContext *q, float *decode_buffer,
907 * @param q pointer to the COOKContext
911 static int decode_subpacket(COOKContext *q, COOKSubpacket *p,
959 COOKContext *q = avctx->priv_data;
1020 static void dump_cook_context(COOKContext *q)
1030 av_dlog(q->avctx, "COOKContext\n");
1050 COOKContext *q = avctx->priv_data;
1283 .priv_data_size = sizeof(COOKContext),