Home
last modified time | relevance | path

Searched defs:levels (Results 1 – 25 of 263) sorted by relevance

1234567891011

/external/mesa3d/src/mesa/main/
Dtexstorage.c142 GLint levels, in initialize_texture_fields()
275 GLsizei levels, GLsizei width, in _mesa_AllocTextureStorage_sw()
309 GLsizei levels, GLenum internalformat, in tex_storage_error_check()
395 GLsizei levels, GLenum internalformat, GLsizei width, in texture_storage()
498 GLenum target, GLsizei levels, in texture_storage_error()
510 GLenum target, GLsizei levels, in texture_storage_no_error()
523 texstorage_error(GLuint dims, GLenum target, GLsizei levels, in texstorage_error()
564 texstorage_no_error(GLuint dims, GLenum target, GLsizei levels, in texstorage_no_error()
580 texturestorage_error(GLuint dims, GLuint texture, GLsizei levels, in texturestorage_error()
621 texturestorage_no_error(GLuint dims, GLuint texture, GLsizei levels, in texturestorage_no_error()
[all …]
Dexternalobjects.c290 texstorage_memory(GLuint dims, GLenum target, GLsizei levels, in texstorage_memory()
351 texturestorage_memory(GLuint dims, GLuint texture, GLsizei levels, in texturestorage_memory()
410 GLsizei levels, in _mesa_TexStorageMem2DEXT()
438 GLsizei levels, in _mesa_TexStorageMem3DEXT()
468 GLsizei levels, in _mesa_TextureStorageMem2DEXT()
496 GLsizei levels, in _mesa_TextureStorageMem3DEXT()
526 GLsizei levels, in _mesa_TexStorageMem1DEXT()
538 GLsizei levels, in _mesa_TextureStorageMem1DEXT()
/external/webrtc/modules/audio_processing/agc2/
Dinterpolated_gain_curve_unittest.cc40 const auto levels = test::LinSpace( in TEST() local
50 const auto levels = test::LinSpace( in TEST() local
63 const auto levels = test::LinSpace( in TEST() local
77 const auto levels = test::LinSpace( in TEST() local
90 const std::vector<double> levels{ in TEST() local
109 const auto levels = in TEST() local
128 const auto levels = in TEST() local
150 const auto levels = test::LinSpace( in TEST() local
172 const auto levels = test::LinSpace( in TEST() local
/external/libaom/libaom/av1/encoder/x86/
Dencodetxb_sse2.c72 static INLINE void get_4_nz_map_contexts_2d(const uint8_t *levels, in get_4_nz_map_contexts_2d()
104 static INLINE void get_4_nz_map_contexts_hor(const uint8_t *levels, in get_4_nz_map_contexts_hor()
135 static INLINE void get_4_nz_map_contexts_ver(const uint8_t *levels, in get_4_nz_map_contexts_ver()
168 static INLINE void get_8_coeff_contexts_2d(const uint8_t *levels, in get_8_coeff_contexts_2d()
214 static INLINE void get_8_coeff_contexts_hor(const uint8_t *levels, in get_8_coeff_contexts_hor()
245 static INLINE void get_8_coeff_contexts_ver(const uint8_t *levels, in get_8_coeff_contexts_ver()
278 static INLINE void get_16n_coeff_contexts_2d(const uint8_t *levels, in get_16n_coeff_contexts_2d()
351 static INLINE void get_16n_coeff_contexts_hor(const uint8_t *levels, in get_16n_coeff_contexts_hor()
398 static INLINE void get_16n_coeff_contexts_ver(const uint8_t *levels, in get_16n_coeff_contexts_ver()
434 void av1_get_nz_map_contexts_sse2(const uint8_t *const levels, in av1_get_nz_map_contexts_sse2()
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/expr/
DArrayCreationExpr.java40 private List<ArrayCreationLevel> levels; field in ArrayCreationExpr
49 …public ArrayCreationExpr(Type type, List<ArrayCreationLevel> levels, ArrayInitializerExpr initiali… in ArrayCreationExpr()
55 …public ArrayCreationExpr(Range range, Type type, List<ArrayCreationLevel> levels, ArrayInitializer… in ArrayCreationExpr()
110 public ArrayCreationExpr setLevels(List<ArrayCreationLevel> levels) { in setLevels()
/external/rust/crates/unicode-bidi/src/
Dprepare.rs199 let levels = &[0, 1, 1, 1, 1, 1, 1, 0]; in test_isolating_run_sequences() localVariable
212 let levels = &[0, 0, 1, 0, 0, 1, 0, 0]; in test_isolating_run_sequences() localVariable
225 let levels = &[0, 0, 1, 1, 2, 3, 3, 3, 2, 1, 1, 0, 0]; in test_isolating_run_sequences() localVariable
244 let levels = &[0, 1, 1, 2, 2, 2, 1, 1, 1, 1, 1, 0]; in test_isolating_run_sequences_sos_and_eos() localVariable
303 let levels = &[0, 0, 1, 1, 2, 1, 1, 0, 0, 1, 0, 0]; in test_isolating_run_sequences_sos_and_eos() localVariable
Dlib.rs245 pub levels: Vec<Level>, field
269 let mut levels = Vec::<Level>::with_capacity(text.len()); in new() localVariable
279 let levels = &mut levels[para.range.clone()]; in new() localVariable
323 let levels = self.reordered_levels(para, line); in reordered_levels_per_char() localVariable
363 let mut levels = self.levels.clone(); in visual_runs() localVariable
863 let levels = bidi_info.levels; in test_levels() localVariable
/external/zstd/tests/
Dautomated_benchmarking.py138 def benchmark(build, filenames, levels, iterations): argument
167 def benchmark_dictionary(build, filenames_directory, dictionary_filename, levels, iterations): argument
184 def get_regressions(baseline_build, test_build, iterations, filenames, levels): argument
221 …ctionary(baseline_build, test_build, filenames_directory, dictionary_filename, levels, iterations): argument
260 def main(filenames, levels, iterations, builds=None, emails=None, continuous=False, frequency=DEFAU… argument
303 levels = [int(l) for l in args.levels.split(",")] variable
/external/libaom/libaom/av1/encoder/arm/neon/
Dencodetxb_neon.c21 const int height, uint8_t *const levels) { in av1_txb_init_levels_neon()
275 static INLINE void get_4_nz_map_contexts_2d(const uint8_t *levels, in get_4_nz_map_contexts_2d()
306 static INLINE void get_4_nz_map_contexts_hor(const uint8_t *levels, in get_4_nz_map_contexts_hor()
332 static INLINE void get_4_nz_map_contexts_ver(const uint8_t *levels, in get_4_nz_map_contexts_ver()
359 static INLINE void get_8_coeff_contexts_2d(const uint8_t *levels, in get_8_coeff_contexts_2d()
399 static INLINE void get_8_coeff_contexts_hor(const uint8_t *levels, in get_8_coeff_contexts_hor()
424 static INLINE void get_8_coeff_contexts_ver(const uint8_t *levels, in get_8_coeff_contexts_ver()
452 static INLINE void get_16n_coeff_contexts_2d(const uint8_t *levels, in get_16n_coeff_contexts_2d()
516 static INLINE void get_16n_coeff_contexts_hor(const uint8_t *levels, in get_16n_coeff_contexts_hor()
549 static INLINE void get_16n_coeff_contexts_ver(const uint8_t *levels, in get_16n_coeff_contexts_ver()
[all …]
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/expr/
DArrayCreationExpr.java54 private NodeList<ArrayCreationLevel> levels; field in ArrayCreationExpr
66 …public ArrayCreationExpr(Type elementType, NodeList<ArrayCreationLevel> levels, ArrayInitializerEx… in ArrayCreationExpr()
78 …ArrayCreationExpr(TokenRange tokenRange, Type elementType, NodeList<ArrayCreationLevel> levels, Ar… in ArrayCreationExpr()
147 public ArrayCreationExpr setLevels(final NodeList<ArrayCreationLevel> levels) { in setLevels()
/external/libaom/libaom/av1/common/
Dtxb_common.h145 static INLINE int get_br_ctx_2d(const uint8_t *const levels, in get_br_ctx_2d()
175 static AOM_FORCE_INLINE int get_br_ctx(const uint8_t *const levels, in get_br_ctx()
222 static AOM_FORCE_INLINE int get_nz_mag(const uint8_t *const levels, in get_nz_mag()
308 static INLINE int get_lower_levels_ctx_2d(const uint8_t *levels, int coeff_idx, in get_lower_levels_ctx_2d()
323 static AOM_FORCE_INLINE int get_lower_levels_ctx(const uint8_t *levels, in get_lower_levels_ctx()
334 const uint8_t *levels, in get_lower_levels_ctx_general()
/external/webrtc/audio/
Daudio_state_unittest.cc86 std::vector<uint32_t> levels(num_channels, 0); in ComputeChannelLevels() local
129 auto levels = ComputeChannelLevels(audio_frame); in TEST() local
176 auto levels = ComputeChannelLevels(audio_frame); in TEST() local
188 auto levels = ComputeChannelLevels(audio_frame); in TEST() local
231 auto levels = ComputeChannelLevels(audio_frame); in TEST() local
/external/icu/icu4c/source/common/
Dubidiln.cpp96 UBiDiLevel *levels=pBiDi->levels; in setTrailingWSStart() local
191 const UBiDiLevel *levels=pLineBiDi->levels; in ubidi_setLine() local
285 UBiDiLevel *levels=pBiDi->levelsMemory; in ubidi_getLevels() local
439 UBiDiLevel *levels; in reorderLine() local
564 UBiDiLevel *levels=pBiDi->levels; in ubidi_getRuns() local
710 prepareReorder(const UBiDiLevel *levels, int32_t length, in prepareReorder()
750 ubidi_reorderLogical(const UBiDiLevel *levels, int32_t length, int32_t *indexMap) { in ubidi_reorderLogical()
813 ubidi_reorderVisual(const UBiDiLevel *levels, int32_t length, int32_t *indexMap) { in ubidi_reorderVisual()
/external/webp/src/dsp/
Dquant.h30 static WEBP_INLINE int IsFlat(const int16_t* levels, int num_blocks, in IsFlat()
55 static WEBP_INLINE int IsFlat(const int16_t* levels, int num_blocks, in IsFlat()
/external/deqp/framework/opengl/
DgluTexture.cpp129 …& context, const ContextInfo& contextInfo, int numLevels, const tcu::CompressedTexture* levels, co… in Texture2D()
187 void Texture2D::loadCompressed (int numLevels, const tcu::CompressedTexture* levels, const tcu::Tex… in loadCompressed()
264 vector<tcu::CompressedTexture> levels(numLevels); in create() local
322 …& context, const ContextInfo& contextInfo, int numLevels, const tcu::CompressedTexture* levels, co… in TextureCube()
409 void TextureCube::loadCompressed (int numLevels, const tcu::CompressedTexture* levels, const tcu::T… in loadCompressed()
450 vector<tcu::CompressedTexture> levels (numImages); in create() local
555 …& context, const ContextInfo& contextInfo, int numLevels, const tcu::CompressedTexture* levels, co… in Texture2DArray()
615 void Texture2DArray::loadCompressed (int numLevels, const tcu::CompressedTexture* levels, const tcu… in loadCompressed()
674 const tcu::CompressedTexture* levels, in Texture3D()
737 void Texture3D::loadCompressed (int numLevels, const tcu::CompressedTexture* levels, const tcu::Tex… in loadCompressed()
/external/crosvm/devices/src/virtio/video/decoder/
Dcapability.rs18 levels: BTreeMap<Format, Vec<Level>>, field
55 let levels = self.levels.get(&fmt)?; in query_control() localVariable
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
DUtils.java191 final char[] levels; field in Utils.ChineseDigits
195 ChineseDigits(String digits, String units, String levels, char liang, boolean ko) { in ChineseDigits()
/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/impl/
DUtils.java198 final char[] levels; field in Utils.ChineseDigits
202 ChineseDigits(String digits, String units, String levels, char liang, boolean ko) { in ChineseDigits()
/external/angle/src/tests/gl_tests/
DS3TCTextureSizesTest.cpp148 std::array<levelInfo, 4> levels{{ in TEST_P() local
197 std::array<levelInfo, 4> levels{{ in TEST_P() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
DTestData.java248 protected byte[] levels; field in TestData
252 byte direction, byte paraLevel, byte resultLevel, byte[] levels, in TestData()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
DTestData.java251 protected byte[] levels; field in TestData
255 byte direction, byte paraLevel, byte resultLevel, byte[] levels, in TestData()
/external/python/cpython3/Tools/c-analyzer/cpython/
D_files.py46 def iter_header_files(filenames=None, *, levels=None): argument
/external/webrtc/modules/audio_processing/transient/
Dwpd_tree.h75 int levels() const { return levels_; } in levels() function
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/
DPhantomNodeLogic.java69 private static boolean inPhantomNode(Node node, int levels) { in inPhantomNode()
/external/protobuf/src/google/protobuf/compiler/ruby/
Druby_generator.cc400 int levels = 0; in GeneratePackageModules() local
451 void EndPackageModules(int levels, io::Printer* printer) { in EndPackageModules()
565 int levels = GeneratePackageModules(file, printer); in GenerateFile() local

1234567891011