/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | cost.c | 337 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 D | cost_mips32.c | 30 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 D | cost_sse2.c | 25 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 D | cost_neon.c | 22 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 D | cost_mips_dsp_r2.c | 30 const int16_t* res_coeffs = res->coeffs; in GetResidualCost_MIPSdspR2() 81 const int v = abs(res->coeffs[n]); in GetResidualCost_MIPSdspR2()
|
A D | dsp.h | 317 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 D | interpolation_functions.h | 119 float32_t * coeffs; /**< Coefficients buffer (b,c, and d) */ member 164 float32_t * coeffs,
|
A D | filtering_functions.h | 281 …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 D | interpolation_functions.h | 119 float32_t * coeffs; /**< Coefficients buffer (b,c, and d) */ member 164 float32_t * coeffs,
|
A D | filtering_functions.h | 281 …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 D | token_enc.c | 115 const int16_t* const coeffs = res->coeffs; in VP8RecordCoeffTokens() local 127 const int c = coeffs[n++]; in VP8RecordCoeffTokens()
|
A D | cost_enc.h | 31 const int16_t* coeffs; member
|
A D | cost_enc.c | 300 while ((v = res->coeffs[n++]) == 0) { in VP8RecordCoeffs()
|
A D | frame_enc.c | 242 const int c = res->coeffs[n++]; in PutCoeffs()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/ |
A D | frame_dec.c | 119 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 D | arm_math.h | 1971 …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 D | gl2ext.h | 3076 …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 D | SDL_opengl_glext.h | 9181 …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 D | ChangeLog | 2258 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.
|