Home
last modified time | relevance | path

Searched refs:coeffs (Results 1 – 19 of 19) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Dcost.c337 const int v = abs(res->coeffs[n]); in GetResidualCost_C()
344 const int v = abs(res->coeffs[n]); in GetResidualCost_C()
357 static void SetResidualCoeffs_C(const int16_t* const coeffs, in SetResidualCoeffs_C() argument
361 assert(res->first == 0 || coeffs[0] == 0); in SetResidualCoeffs_C()
363 if (coeffs[n]) { in SetResidualCoeffs_C()
368 res->coeffs = coeffs; in SetResidualCoeffs_C()
A Dcost_mips32.c30 const int16_t* res_coeffs = res->coeffs; in GetResidualCost_MIPS32()
86 const int v = abs(res->coeffs[n]); in GetResidualCost_MIPS32()
99 static void SetResidualCoeffs_MIPS32(const int16_t* const coeffs, in SetResidualCoeffs_MIPS32() argument
101 const int16_t* p_coeffs = (int16_t*)coeffs; in SetResidualCoeffs_MIPS32()
103 assert(res->first == 0 || coeffs[0] == 0); in SetResidualCoeffs_MIPS32()
137 res->coeffs = coeffs; in SetResidualCoeffs_MIPS32()
A Dcost_sse2.c25 static void SetResidualCoeffs_SSE2(const int16_t* const coeffs, in SetResidualCoeffs_SSE2() argument
27 const __m128i c0 = _mm_loadu_si128((const __m128i*)(coeffs + 0)); in SetResidualCoeffs_SSE2()
28 const __m128i c1 = _mm_loadu_si128((const __m128i*)(coeffs + 8)); in SetResidualCoeffs_SSE2()
40 assert(res->first == 0 || coeffs[0] == 0); in SetResidualCoeffs_SSE2()
42 res->coeffs = coeffs; in SetResidualCoeffs_SSE2()
66 const __m128i c0 = _mm_loadu_si128((const __m128i*)&res->coeffs[0]); in GetResidualCost_SSE2()
67 const __m128i c1 = _mm_loadu_si128((const __m128i*)&res->coeffs[8]); in GetResidualCost_SSE2()
A Dcost_neon.c22 static void SetResidualCoeffs_NEON(const int16_t* const coeffs, in SetResidualCoeffs_NEON() argument
25 const int16x8_t coeffs_0 = vld1q_s16(coeffs); in SetResidualCoeffs_NEON()
26 const int16x8_t coeffs_1 = vld1q_s16(coeffs + 8); in SetResidualCoeffs_NEON()
48 res->coeffs = coeffs; in SetResidualCoeffs_NEON()
71 const int16x8_t c0 = vld1q_s16(res->coeffs); in GetResidualCost_NEON()
72 const int16x8_t c1 = vld1q_s16(res->coeffs + 8); in GetResidualCost_NEON()
A Dcost_mips_dsp_r2.c30 const int16_t* res_coeffs = res->coeffs; in GetResidualCost_MIPSdspR2()
81 const int v = abs(res->coeffs[n]); in GetResidualCost_MIPSdspR2()
A Ddsp.h317 typedef void (*VP8SetResidualCoeffsFunc)(const int16_t* const coeffs,
372 typedef void (*VP8DecIdct)(const int16_t* coeffs, uint8_t* dst);
374 typedef void (*VP8DecIdct2)(const int16_t* coeffs, uint8_t* dst, int do_two);
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/DSP/Include/dsp/
A Dinterpolation_functions.h119 float32_t * coeffs; /**< Coefficients buffer (b,c, and d) */ member
164 float32_t * coeffs,
A Dfiltering_functions.h281 …float32_t coeffs[8][4]; /**< Points to the array of modified coefficients. The array is of length… member
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/DSP/Include/dsp/
A Dinterpolation_functions.h119 float32_t * coeffs; /**< Coefficients buffer (b,c, and d) */ member
164 float32_t * coeffs,
A Dfiltering_functions.h281 …float32_t coeffs[8][4]; /**< Points to the array of modified coefficients. The array is of length… member
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dtoken_enc.c115 const int16_t* const coeffs = res->coeffs; in VP8RecordCoeffTokens() local
127 const int c = coeffs[n++]; in VP8RecordCoeffTokens()
A Dcost_enc.h31 const int16_t* coeffs; member
A Dcost_enc.c300 while ((v = res->coeffs[n++]) == 0) { in VP8RecordCoeffs()
A Dframe_enc.c242 const int c = res->coeffs[n++]; in PutCoeffs()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/
A Dframe_dec.c119 const int16_t* const coeffs = block->coeffs_; in ReconstructRow() local
147 DoTransform(bits, coeffs + n * 16, dst); in ReconstructRow()
154 DoTransform(bits, coeffs + n * 16, y_dst + kScan[n]); in ReconstructRow()
164 DoUVTransform(bits_uv >> 0, coeffs + 16 * 16, u_dst); in ReconstructRow()
165 DoUVTransform(bits_uv >> 8, coeffs + 20 * 16, v_dst); in ReconstructRow()
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/cmsis/inc/
A Darm_math.h1971 …float32_t coeffs[8][4]; /**< Points to the array of modified coefficients. The array is of length… member
2381 float32_t * coeffs; /**< Coefficients buffer (b,c, and d) */ member
2413 float32_t * coeffs,
/AliOS-Things-master/components/SDL2/src/video/khronos/GLES2/
A Dgl2ext.h3076 …NNVPROC) (GLuint program, GLint location, GLenum genMode, GLint components, const GLfloat *coeffs);
3134 …putGenNV (GLuint program, GLint location, GLenum genMode, GLint components, const GLfloat *coeffs);
/AliOS-Things-master/components/SDL2/include/
A DSDL_opengl_glext.h9181 …PFNGLPATHCOLORGENNVPROC) (GLenum color, GLenum genMode, GLenum colorFormat, const GLfloat *coeffs);
9182 …NGLPATHTEXGENNVPROC) (GLenum texCoordSet, GLenum genMode, GLint components, const GLfloat *coeffs);
9231 …PIENTRY glPathColorGenNV (GLenum color, GLenum genMode, GLenum colorFormat, const GLfloat *coeffs);
9232 …ENTRY glPathTexGenNV (GLenum texCoordSet, GLenum genMode, GLint components, const GLfloat *coeffs);
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DChangeLog2258 d513bb62 * fix off-by-one zthresh calculation * remove the sharpening for non luma-AC coeffs * adju…
3594 f73947f4 use 32bit for storing dequant coeffs, instead of 16b.

Completed in 109 milliseconds