Home
last modified time | relevance | path

Searched defs:n_coeffs (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/alpha/
Dmpegvideo_alpha.c26 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/
Dvp9block.c805 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/
Daudio-quantize.c65 gint n_coeffs; member
332 gint i, n_coeffs = 0; in gst_audio_quantize_setup_noise_shaping() local
/third_party/ffmpeg/libavcodec/mips/
Dmpegvideo_msa.c25 int16_t qadd, int8_t n_coeffs, in h263_dct_unquantize_msa()