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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dapedec.c103 typedef struct APERice { struct
106 } APERice; typedef in typeref:struct:APERice
152 APERice riceX; ///< rice code parameters for the second channel
153 APERice riceY; ///< rice code parameters for the first channel
379 static inline void update_rice(APERice *rice, int x)
390 static inline int ape_decode_value(APEContext *ctx, APERice *rice)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dapedec.c107 typedef struct APERice { struct
110 } APERice; typedef in typeref:struct:APERice
162 APERice riceX; ///< rice code parameters for the second channel
163 APERice riceY; ///< rice code parameters for the first channel
456 static inline void update_rice(APERice *rice, unsigned int x)
480 APERice *rice)
514 static inline int ape_decode_value_3900(APEContext *ctx, APERice *rice)
551 static inline int ape_decode_value_3990(APEContext *ctx, APERice *rice)
598 int32_t *out, APERice *rice, int blockstodecode)

Completed in 31 milliseconds