Home
last modified time | relevance | path

Searched refs:dequant (Results 1 – 12 of 12) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dhevcdsp.c202 hevcdsp->dequant = FUNC(dequant, depth); \ in ff_hevc_dsp_init()
Dsipr16k.c53 static void dequant(float *out, const int *idx, const float * const cbs[]) in dequant() function
69 dequant(isp_q, parm, lsf_codebooks_16k); in lsf_decode_fp_16k()
Dsipr.c142 static void dequant(float *out, const int *idx, const float * const cbs[]) in dequant() function
159 dequant(lsf_tmp, parm->vq_indexes, lsf_codebooks); in lsf_decode_fp()
Dhevcdsp.h53 void (*dequant)(int16_t *coeffs, int16_t log2_size); member
Dtwinvq.c172 static void dequant(TwinVQContext *tctx, const uint8_t *cb_bits, float *out, in dequant() function
425 dequant(tctx, bits->main_coeffs, out, ftype, in read_and_decode_spectrum()
434 dequant(tctx, bits->ppc_coeffs, ppc_shape, in read_and_decode_spectrum()
Dcavsdec.c516 static inline int dequant(AVSContext *h, int16_t *level_buf, uint8_t *run_buf, in dequant() function
585 if ((ret = dequant(h, level_buf, run_buf, block, dequant_mul[qp], in decode_residual_block()
Dhevc_cabac.c1504 s->hevcdsp.dequant(coeffs, log2_trafo_size); in ff_hevc_hls_residual_coding()
Dhevcdsp_template.c107 static void FUNC(dequant)(int16_t *coeffs, int16_t log2_size) in FUNC() argument
/third_party/mindspore/patches/
D0014-train-0002.patch1112 +#include "coder/opcoders/nnacl/dequant/de_quant.h"
D0015-train-0003.patch4978 #include "coder/opcoders/nnacl/dequant/de_quant.h"
/third_party/flutter/skia/third_party/externals/libwebp/
DChangeLog3645 f73947f4 use 32bit for storing dequant coeffs, instead of 16b.
/third_party/skia/third_party/externals/libwebp/
DChangeLog3850 f73947f4 use 32bit for storing dequant coeffs, instead of 16b.