Home
last modified time | relevance | path

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

/external/swiftshader/third_party/astc-encoder/Source/
Dastc_block_sizes2.cpp235 int x_weights, in initialize_decimation_table_2d()
317 int x_weights, in initialize_decimation_table_3d()
493 for (int x_weights = 2; x_weights <= 12; x_weights++) in construct_block_size_descriptor_2d() local
517 int x_weights, y_weights; in construct_block_size_descriptor_2d() local
572 for (int x_weights = 2; x_weights <= 6; x_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.cc137 std::array<float, 4> x_weights; in ResizeBicubicBaseline() local
/external/libgav1/libgav1/src/dsp/x86/
Dintrapred_smooth_sse4.cc162 const __m128i x_weights = Load4(weight_array); in LoadSmoothWeights4() local