Home
last modified time | relevance | path

Searched refs:VP8Matrix (Results 1 – 10 of 10) sorted by relevance

/external/webp/src/dsp/
Denc_sse41.c202 const VP8Matrix* const mtx) { in DoQuantizeBlock_SSE41()
304 const VP8Matrix* const mtx) { in QuantizeBlock_SSE41()
309 const VP8Matrix* const mtx) { in QuantizeBlockWHT_SSE41()
314 const VP8Matrix* const mtx) { in Quantize2Blocks_SSE41()
Ddsp.h279 struct VP8Matrix; // forward declaration
281 const struct VP8Matrix* const mtx);
284 const struct VP8Matrix* const mtx);
291 const struct VP8Matrix* const mtx);
Denc_mips32.c192 const VP8Matrix* const mtx) { in QuantizeBlock_MIPS32()
243 const VP8Matrix* const mtx) { in Quantize2Blocks_MIPS32()
Denc_neon.c823 const VP8Matrix* const mtx, int offset) { in Quantize_NEON()
857 const VP8Matrix* const mtx) { in QuantizeBlock_NEON()
899 const VP8Matrix* const mtx) { in Quantize2Blocks_NEON()
Denc_sse2.c1222 const VP8Matrix* const mtx) { in DoQuantizeBlock_SSE2()
1333 const VP8Matrix* const mtx) { in QuantizeBlock_SSE2()
1338 const VP8Matrix* const mtx) { in QuantizeBlockWHT_SSE2()
1343 const VP8Matrix* const mtx) { in Quantize2Blocks_SSE2()
Denc.c654 const VP8Matrix* const mtx) { in QuantizeBlock_C()
681 const VP8Matrix* const mtx) { in Quantize2Blocks_C()
Denc_mips_dsp_r2.c1276 const VP8Matrix* const mtx) { in QuantizeBlock_MIPSdspR2()
1317 const VP8Matrix* const mtx) { in Quantize2Blocks_MIPSdspR2()
Denc_msa.c804 const VP8Matrix* const mtx) { in QuantizeBlock_MSA()
857 const VP8Matrix* const mtx) { in Quantize2Blocks_MSA()
/external/webp/src/enc/
Dvp8i_enc.h181 typedef struct VP8Matrix { struct
187 } VP8Matrix; typedef
190 VP8Matrix y1_, y2_, uv_; // quantization matrices
Dquant_enc.c209 static int ExpandMatrix(VP8Matrix* const m, int type) { in ExpandMatrix()
591 const VP8Matrix* const mtx, in TrellisQuantizeBlock()
842 static int QuantizeSingle(int16_t* const v, const VP8Matrix* const mtx) { in QuantizeSingle()
857 const VP8Matrix* const mtx, in CorrectDCValues()