Searched refs:dequant (Results 1 – 12 of 12) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | hevcdsp.c | 202 hevcdsp->dequant = FUNC(dequant, depth); \ in ff_hevc_dsp_init()
|
D | sipr16k.c | 53 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()
|
D | sipr.c | 142 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()
|
D | hevcdsp.h | 53 void (*dequant)(int16_t *coeffs, int16_t log2_size); member
|
D | twinvq.c | 172 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()
|
D | cavsdec.c | 516 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()
|
D | hevc_cabac.c | 1504 s->hevcdsp.dequant(coeffs, log2_trafo_size); in ff_hevc_hls_residual_coding()
|
D | hevcdsp_template.c | 107 static void FUNC(dequant)(int16_t *coeffs, int16_t log2_size) in FUNC() argument
|
/third_party/mindspore/patches/ |
D | 0014-train-0002.patch | 1112 +#include "coder/opcoders/nnacl/dequant/de_quant.h"
|
D | 0015-train-0003.patch | 4978 #include "coder/opcoders/nnacl/dequant/de_quant.h"
|
/third_party/flutter/skia/third_party/externals/libwebp/ |
D | ChangeLog | 3645 f73947f4 use 32bit for storing dequant coeffs, instead of 16b.
|
/third_party/skia/third_party/externals/libwebp/ |
D | ChangeLog | 3850 f73947f4 use 32bit for storing dequant coeffs, instead of 16b.
|