Home
last modified time | relevance | path

Searched refs:y_weights (Results 1 - 2 of 2) sorted by relevance

/third_party/astc-encoder/Source/
H A Dastcenc_block_sizes.cpp29 * @param[out] y_weights The number of weights in the Y dimension.
39 unsigned int& y_weights, in decode_block_mode_2d()
50 y_weights = 0; in decode_block_mode_2d()
60 y_weights = A + 2; in decode_block_mode_2d()
64 y_weights = A + 2; in decode_block_mode_2d()
68 y_weights = B + 8; in decode_block_mode_2d()
75 y_weights = A + 2; in decode_block_mode_2d()
80 y_weights = B + 6; in decode_block_mode_2d()
98 y_weights = A + 2; in decode_block_mode_2d()
102 y_weights in decode_block_mode_2d()
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...]
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
H A Dastc_block_sizes2.cpp236 int y_weights, in initialize_decimation_table_2d()
243 int weights_per_block = x_weights * y_weights; in initialize_decimation_table_2d()
258 int y_weight = (((1024 + ydim / 2) / (ydim - 1)) * y * (y_weights - 1) + 32) >> 6; in initialize_decimation_table_2d()
318 int y_weights, in initialize_decimation_table_3d()
326 int weights_per_block = x_weights * y_weights * z_weights; in initialize_decimation_table_3d()
344 int y_weight = (((1024 + ydim / 2) / (ydim - 1)) * y * (y_weights - 1) + 32) >> 6; in initialize_decimation_table_3d()
355 qweight[0] = (z_weight_int * y_weights + y_weight_int) * x_weights + x_weight_int; in initialize_decimation_table_3d()
356 qweight[3] = ((z_weight_int + 1) * y_weights + (y_weight_int + 1)) * x_weights + (x_weight_int + 1); in initialize_decimation_table_3d()
365 int NM = x_weights * y_weights; in initialize_decimation_table_3d()
495 for (int y_weights in construct_block_size_descriptor_2d()
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...]

Completed in 2 milliseconds