Home
last modified time | relevance | path

Searched refs:levels (Results 1 – 25 of 32) sorted by relevance

12

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Dquant.h28 static WEBP_INLINE int IsFlat(const int16_t* levels, int num_blocks, in IsFlat() argument
35 const int16x8_t a_0 = vsetq_lane_s16(0, vld1q_s16(levels), 0); in IsFlat()
36 const int16x8_t a_1 = vld1q_s16(levels + 8); in IsFlat()
44 levels += 16; in IsFlat()
53 static WEBP_INLINE int IsFlat(const int16_t* levels, int num_blocks, in IsFlat() argument
59 score += (levels[i] != 0); in IsFlat()
62 levels += 16; in IsFlat()
A Dcost_sse2.c46 uint8_t levels[16], ctxs[16]; in GetResidualCost_SSE2() local
77 _mm_storeu_si128((__m128i*)&levels[0], H); in GetResidualCost_SSE2()
84 const int level = levels[n]; in GetResidualCost_SSE2()
91 const int level = levels[n]; in GetResidualCost_SSE2()
A Dcost_neon.c52 uint8_t levels[16], ctxs[16]; in GetResidualCost_NEON() local
80 vst1q_u8(levels, H); in GetResidualCost_NEON()
87 const int level = levels[n]; in GetResidualCost_NEON()
94 const int level = levels[n]; in GetResidualCost_NEON()
/AliOS-Things-master/components/py_engine/tests/perf_bench/
A Dbm_fft.py18 levels = int(math.log2(n))
21 vector = [vector[reverse(i, levels)] for i in range(n)] # Copy with bit-reversed permutation
/AliOS-Things-master/components/ble_host/bt_host/port/core/
A DKconfig46 3 INFO, write SYS_LOG_INF in addition to previous levels
47 4 DEBUG, write SYS_LOG_DBG in addition to previous levels
/AliOS-Things-master/components/freetype/src/bdf/
A DREADME65 2 (four gray levels), 4 (16 gray levels), and 8 (256 gray levels). The
67 per pixel (using 4, 16, and 256 gray levels, respectively).
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dcost_enc.c218 int VP8GetCostLuma4(VP8EncIterator* const it, const int16_t levels[16]) { in VP8GetCostLuma4()
227 VP8SetResidualCoeffs(levels, &res); in VP8GetCostLuma4()
A Dvp8i_enc.h453 int VP8GetCostLuma4(VP8EncIterator* const it, const int16_t levels[16]);
A Dquant_enc.c807 int16_t levels[16], in ReconstructIntra4()
821 nz = TrellisQuantizeBlock(enc, tmp, levels, ctx, 3, &dqm->y1_, in ReconstructIntra4()
824 nz = VP8EncQuantizeBlock(tmp, levels, &dqm->y1_); in ReconstructIntra4()
/AliOS-Things-master/components/SDL2/src/video/x11/
A Dedid-parse.c156 static const double levels[][3] = in decode_display_parameters() local
164 info->ad.analog.video_signal_level = levels[bits][0]; in decode_display_parameters()
165 info->ad.analog.sync_signal_level = levels[bits][1]; in decode_display_parameters()
166 info->ad.analog.total_signal_level = levels[bits][2]; in decode_display_parameters()
/AliOS-Things-master/components/SDL2/include/
A DSDL_opengles2_gl2ext.h1705 GL_APICALL void GL_APIENTRY glTexStorage1DEXT (GLenum target, GLsizei levels, GLenum internalformat…
1706 GL_APICALL void GL_APIENTRY glTexStorage2DEXT (GLenum target, GLsizei levels, GLenum internalformat…
1707 GL_APICALL void GL_APIENTRY glTexStorage3DEXT (GLenum target, GLsizei levels, GLenum internalformat…
1708 GL_APICALL void GL_APIENTRY glTextureStorage1DEXT (GLuint texture, GLenum target, GLsizei levels, G…
1709 GL_APICALL void GL_APIENTRY glTextureStorage2DEXT (GLuint texture, GLenum target, GLsizei levels, G…
1710 GL_APICALL void GL_APIENTRY glTextureStorage3DEXT (GLuint texture, GLenum target, GLsizei levels, G…
1712 typedef void (GL_APIENTRYP PFNGLTEXSTORAGE1DEXTPROC) (GLenum target, GLsizei levels, GLenum interna…
1713 typedef void (GL_APIENTRYP PFNGLTEXSTORAGE2DEXTPROC) (GLenum target, GLsizei levels, GLenum interna…
1714 typedef void (GL_APIENTRYP PFNGLTEXSTORAGE3DEXTPROC) (GLenum target, GLsizei levels, GLenum interna…
1715 …YP PFNGLTEXTURESTORAGE1DEXTPROC) (GLuint texture, GLenum target, GLsizei levels, GLenum internalfo…
[all …]
A DSDL_opengl_glext.h2167 typedef void (APIENTRYP PFNGLTEXSTORAGE1DPROC) (GLenum target, GLsizei levels, GLenum internalforma…
2168 typedef void (APIENTRYP PFNGLTEXSTORAGE2DPROC) (GLenum target, GLsizei levels, GLenum internalforma…
2169 typedef void (APIENTRYP PFNGLTEXSTORAGE3DPROC) (GLenum target, GLsizei levels, GLenum internalforma…
2180 GLAPI void APIENTRY glTexStorage1D (GLenum target, GLsizei levels, GLenum internalformat, GLsizei w…
2181 GLAPI void APIENTRY glTexStorage2D (GLenum target, GLsizei levels, GLenum internalformat, GLsizei w…
2182 GLAPI void APIENTRY glTexStorage3D (GLenum target, GLsizei levels, GLenum internalformat, GLsizei w…
6336 …YP PFNGLTEXTURESTORAGE1DEXTPROC) (GLuint texture, GLenum target, GLsizei levels, GLenum internalfo…
6337 …YP PFNGLTEXTURESTORAGE2DEXTPROC) (GLuint texture, GLenum target, GLsizei levels, GLenum internalfo…
6592 GLAPI void APIENTRY glTextureStorage1DEXT (GLuint texture, GLenum target, GLsizei levels, GLenum in…
6593 GLAPI void APIENTRY glTextureStorage2DEXT (GLuint texture, GLenum target, GLsizei levels, GLenum in…
[all …]
/AliOS-Things-master/components/py_engine/engine/mpy-cross/
A DREADME.md30 The optimisation level is 0 by default. Optimisation levels are detailed in
/AliOS-Things-master/components/freetype/src/smooth/
A Dftgrays.c939 int* levels; in gray_render_conic() local
943 levels = ras.lev_stack; in gray_render_conic()
983 levels[0] = level; in gray_render_conic()
987 level = levels[top]; in gray_render_conic()
993 levels[top] = levels[top - 1] = level - 1; in gray_render_conic()
/AliOS-Things-master/components/SDL2/src/video/khronos/GLES2/
A Dgl2ext.h1492 GL_APICALL void GL_APIENTRY glTexStorageMem2DEXT (GLenum target, GLsizei levels, GLenum internalFor…
2150 typedef void (GL_APIENTRYP PFNGLTEXSTORAGE1DEXTPROC) (GLenum target, GLsizei levels, GLenum interna…
2151 typedef void (GL_APIENTRYP PFNGLTEXSTORAGE2DEXTPROC) (GLenum target, GLsizei levels, GLenum interna…
2152 typedef void (GL_APIENTRYP PFNGLTEXSTORAGE3DEXTPROC) (GLenum target, GLsizei levels, GLenum interna…
2153 …YP PFNGLTEXTURESTORAGE1DEXTPROC) (GLuint texture, GLenum target, GLsizei levels, GLenum internalfo…
2154 …YP PFNGLTEXTURESTORAGE2DEXTPROC) (GLuint texture, GLenum target, GLsizei levels, GLenum internalfo…
2157 GL_APICALL void GL_APIENTRY glTexStorage1DEXT (GLenum target, GLsizei levels, GLenum internalformat…
2158 GL_APICALL void GL_APIENTRY glTexStorage2DEXT (GLenum target, GLsizei levels, GLenum internalformat…
2159 GL_APICALL void GL_APIENTRY glTexStorage3DEXT (GLenum target, GLsizei levels, GLenum internalformat…
2160 GL_APICALL void GL_APIENTRY glTextureStorage1DEXT (GLuint texture, GLenum target, GLsizei levels, G…
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/doc/
A Dalgorithm.txt109 symbols, you could have as many levels of lookups as is efficient. For
/AliOS-Things-master/documentation/doxygen/style/
A Ddoxygen-custom.css870 .directory .levels {
877 .directory .levels span {
/AliOS-Things-master/hardware/chip/haas1000/drivers/
A DMakefile1013 $(call echo-help, Multiple levels can be combined with W=12 or W=123)
/AliOS-Things-master/hardware/chip/haas1000/
A D_haas1000_alios_sec_b.lds31 /* TODO: Add FLASH_REGION_OFFSET if there are multiple levels of boot loaders */
A D_haas1000_alios_sec_b_a7.lds31 /* TODO: Add FLASH_REGION_OFFSET if there are multiple levels of boot loaders */
/AliOS-Things-master/components/py_engine/engine/tools/
A Duncrustify.cfg1307 # 2 indent levels)
3018 # Warn levels - 1: error, 2: warning (default), 3: note
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dstructure.txt664 must be declared as "far" pointers, but the upper levels can be "near"
/AliOS-Things-master/documentation/doxygen/
A DDoxyfile-AOS64 # directories (in 2 levels) under the output directory of each output format and
1463 # consists of multiple levels of tabs that are statically embedded in every HTML
/AliOS-Things-master/components/SDL2/docs/
A Ddoxyfile44 # 4096 sub-directories (in 2 levels) under the output directory of each output
/AliOS-Things-master/components/SDL2/src/hidapi/doxygen/
A DDoxyfile44 # 4096 sub-directories (in 2 levels) under the output directory of each output

Completed in 114 milliseconds

12