Searched defs:x_weights (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenc_block_sizes.cpp | 38 unsigned int& x_weights, in decode_block_mode_2d() 154 unsigned int& x_weights, in decode_block_mode_3d() 255 unsigned int x_weights, in init_decimation_info_2d() 453 unsigned int x_weights, in init_decimation_info_3d() 767 unsigned int x_weights, in construct_dt_entry_2d() 883 unsigned int x_weights; in construct_block_size_descriptor_2d() local 1044 for (unsigned int x_weights = 2; x_weights <= x_texels; x_weights++) in construct_block_size_descriptor_3d() local 1128 unsigned int x_weights; in construct_block_size_descriptor_3d() local
|
/aosp_15_r20/external/swiftshader/third_party/astc-encoder/Source/ |
H A D | astc_block_sizes2.cpp | 235 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
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/image/ |
H A D | resize_bicubic_op_test.cc | 138 std::array<float, 4> x_weights; in ResizeBicubicBaseline() local
|
/aosp_15_r20/external/libgav1/src/dsp/x86/ |
H A D | intrapred_smooth_sse4.cc | 153 const __m128i x_weights = Load4(weight_array); in LoadSmoothWeights4() local
|