Home
last modified time | relevance | path

Searched defs:y_weights (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/astc-encoder/Source/
Dastc_block_sizes2.cpp236 int y_weights, in initialize_decimation_table_2d()
318 int y_weights, in initialize_decimation_table_3d()
495 for (int y_weights = 2; y_weights <= 12; y_weights++) in construct_block_size_descriptor_2d() local
517 int x_weights, y_weights; in construct_block_size_descriptor_2d() local
574 for (int y_weights = 2; y_weights <= 6; y_weights++) in construct_block_size_descriptor_3d() local
596 int x_weights, y_weights, z_weights; in construct_block_size_descriptor_3d() local
/external/tensorflow/tensorflow/core/kernels/image/
Dresize_bicubic_op_test.cc133 std::array<float, 4> y_weights; in ResizeBicubicBaseline() local
/external/libgav1/src/dsp/x86/
Dintrapred_smooth_sse4.cc159 const __m128i y_weights = LoadLo8(weight_array + 4); in LoadSmoothWeights4() local
164 const __m128i y_weights = LoadUnaligned16(weight_array + 12); in LoadSmoothWeights4() local