Searched defs:n_coeffs (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/alpha/ |
D | mpegvideo_alpha.c | 26 static void dct_unquantize_h263_axp(int16_t *block, int n_coeffs, in dct_unquantize_h263_axp() 75 int n_coeffs; in dct_unquantize_h263_intra_axp() local 102 int n_coeffs = s->inter_scantable.raster_end[s->block_last_index[n]]; in dct_unquantize_h263_inter_axp() local
|
/third_party/ffmpeg/libavcodec/ |
D | vp9block.c | 805 decode_coeffs_b_generic(VP56RangeCoder *c, int16_t *coef, int n_coeffs, in decode_coeffs_b_generic() 924 static int decode_coeffs_b_8bpp(VP9TileData *td, int16_t *coef, int n_coeffs, in decode_coeffs_b_8bpp() 934 static int decode_coeffs_b32_8bpp(VP9TileData *td, int16_t *coef, int n_coeffs, in decode_coeffs_b32_8bpp() 944 static int decode_coeffs_b_16bpp(VP9TileData *td, int16_t *coef, int n_coeffs, in decode_coeffs_b_16bpp() 954 static int decode_coeffs_b32_16bpp(VP9TileData *td, int16_t *coef, int n_coeffs, in decode_coeffs_b32_16bpp()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | audio-quantize.c | 65 gint n_coeffs; member 332 gint i, n_coeffs = 0; in gst_audio_quantize_setup_noise_shaping() local
|
/third_party/ffmpeg/libavcodec/mips/ |
D | mpegvideo_msa.c | 25 int16_t qadd, int8_t n_coeffs, in h263_dct_unquantize_msa()
|