Searched defs:y_weights (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/ |
H A D | astc_block_sizes2.cpp | 232 initialize_decimation_table_2d( int xdim, int ydim, int x_weights, int y_weights, decimation_table* dt ) initialize_decimation_table_2d() argument 313 initialize_decimation_table_3d( int xdim, int ydim, int zdim, int x_weights, int y_weights, int z_weights, decimation_table* dt ) initialize_decimation_table_3d() argument 517 int x_weights, y_weights; construct_block_size_descriptor_2d() local 596 int x_weights, y_weights, z_weights; construct_block_size_descriptor_3d() local [all...] |
/third_party/astc-encoder/Source/ |
H A D | astcenc_block_sizes.cpp | 36 decode_block_mode_2d( unsigned int block_mode, unsigned int& x_weights, unsigned int& y_weights, bool& is_dual_plane, unsigned int& quant_mode, unsigned int& weight_bits ) decode_block_mode_2d() argument 152 decode_block_mode_3d( unsigned int block_mode, unsigned int& x_weights, unsigned int& y_weights, unsigned int& z_weights, bool& is_dual_plane, unsigned int& quant_mode, unsigned int& weight_bits ) decode_block_mode_3d() argument 252 init_decimation_info_2d( unsigned int x_texels, unsigned int y_texels, unsigned int x_weights, unsigned int y_weights, decimation_info& di, dt_init_working_buffers& wb ) init_decimation_info_2d() argument 436 init_decimation_info_3d( unsigned int x_texels, unsigned int y_texels, unsigned int z_texels, unsigned int x_weights, unsigned int y_weights, unsigned int z_weights, decimation_info& di, dt_init_working_buffers& wb ) init_decimation_info_3d() argument 738 construct_dt_entry_2d( unsigned int x_texels, unsigned int y_texels, unsigned int x_weights, unsigned int y_weights, block_size_descriptor& bsd, dt_init_working_buffers& wb, unsigned int index ) construct_dt_entry_2d() argument 885 unsigned int y_weights; construct_block_size_descriptor_2d() local 1137 unsigned int y_weights; construct_block_size_descriptor_3d() local [all...] |
Completed in 2 milliseconds