Searched defs:num_coeffs (Results 1 – 12 of 12) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | mimic.c | 215 static int vlc_decode_block(MimicContext *ctx, int num_coeffs, int qscale) in vlc_decode_block() 259 static int decode(MimicContext *ctx, int quality, int num_coeffs, in decode() 350 int quality, num_coeffs; in mimic_decode_frame() local
|
D | atrac3plus_data.h | 1409 uint8_t num_coeffs; ///< 1 - map index to a single value, > 1 - map index to a vector of values member
|
D | proresdec2.c | 56 static void inline unpack_alpha(GetBitContext *gb, uint16_t *dst, int num_coeffs, in unpack_alpha() 117 static void unpack_alpha_10(GetBitContext *gb, uint16_t *dst, int num_coeffs, in unpack_alpha_10() 127 static void unpack_alpha_12(GetBitContext *gb, uint16_t *dst, int num_coeffs, in unpack_alpha_12()
|
D | aacenc_pred.c | 264 const int num_coeffs = sce->ics.swb_offset[sfb + 1] - start_coef; in ff_aac_search_for_pred() local
|
D | aic.c | 208 const int num_coeffs = aic_num_band_coeffs[band]; in aic_decode_coeffs() local
|
D | proresenc_kostya.c | 525 const int num_coeffs = mbs_per_slice * 256; in encode_alpha_plane() local 769 const int num_coeffs = mbs_per_slice * 256; in estimate_alpha_plane() local
|
D | ivi.c | 499 int num_coeffs = blk_size * blk_size; in ivi_decode_coded_blocks() local
|
D | proresenc_anatoliy.c | 438 const int num_coeffs = mb_count * 256; in encode_alpha_slice_data() local
|
D | atrac3plus.c | 726 int num_coeffs = tab->num_coeffs; in decode_qu_spectra() local
|
D | vp3.c | 1190 int num_coeffs = s->num_coded_frags[plane][coeff_index]; in unpack_vlcs() local
|
/third_party/ffmpeg/libavformat/ |
D | hevc.c | 402 int i, j, k, num_coeffs; in skip_scaling_list_data() local
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_arit.c | 3147 unsigned num_coeffs) in lp_build_polynomial()
|