Searched defs:num_coeffs (Results 1 - 12 of 12) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A 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
|
H A D | aacenc_pred.c | 264 const int num_coeffs = sce->ics.swb_offset[sfb + 1] - start_coef; in ff_aac_search_for_pred() local [all...] |
H A D | mimic.c | 217 static int vlc_decode_block(MimicContext *ctx, int num_coeffs, int qscale) in vlc_decode_block() argument 261 static int decode(MimicContext *ctx, int quality, int num_coeffs, in decode() argument 352 int quality, num_coeffs; in mimic_decode_frame() local
|
H A D | atrac3plus.c | 726 int num_coeffs = tab->num_coeffs; in decode_qu_spectra() local
|
H A D | aic.c | 208 const int num_coeffs = aic_num_band_coeffs[band]; in aic_decode_coeffs() local
|
H A D | proresdec2.c | 60 static void inline unpack_alpha(GetBitContext *gb, uint16_t *dst, int num_coeffs, in unpack_alpha() argument 121 static void unpack_alpha_10(GetBitContext *gb, uint16_t *dst, int num_coeffs, in unpack_alpha_10() argument 131 static void unpack_alpha_12(GetBitContext *gb, uint16_t *dst, int num_coeffs, in unpack_alpha_12() argument [all...] |
H A D | ivi.c | 501 int num_coeffs = blk_size * blk_size; in ivi_decode_coded_blocks() local
|
H A D | proresenc_kostya.c | 520 const int num_coeffs = mbs_per_slice * 256; in encode_alpha_plane() local 755 const int num_coeffs = mbs_per_slice * 256; in estimate_alpha_plane() local
|
H A D | proresenc_anatoliy.c | 440 const int num_coeffs = mb_count * 256; in encode_alpha_slice_data() local
|
H A D | vp3.c | 1194 int num_coeffs = s->num_coded_frags[plane][coeff_index]; in unpack_vlcs() local [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | hevc.c | 401 int i, j, k, num_coeffs; in skip_scaling_list_data() local
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_arit.c | 3144 lp_build_polynomial(struct lp_build_context *bld, LLVMValueRef x, const double *coeffs, unsigned num_coeffs) lp_build_polynomial() argument
|
Completed in 28 milliseconds