/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/ |
H A D | astc_block_sizes2.cpp | 233 int xdim, in initialize_decimation_table_2d() 242 int texels_per_block = xdim * ydim; in initialize_decimation_table_2d() 253 for (x = 0; x < xdim; x++) in initialize_decimation_table_2d() 255 int texel = y * xdim + x; in initialize_decimation_table_2d() 257 int x_weight = (((1024 + xdim / 2) / (xdim - 1)) * x * (x_weights - 1) + 32) >> 6; in initialize_decimation_table_2d() 314 int xdim, in initialize_decimation_table_3d() 325 int texels_per_block = xdim * ydim * zdim; in initialize_decimation_table_3d() 339 for (x = 0; x < xdim; x++) in initialize_decimation_table_3d() 341 int texel = (z * ydim + y) * xdim in initialize_decimation_table_3d() 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 474 construct_block_size_descriptor_2d( int xdim, int ydim, block_size_descriptor* bsd ) construct_block_size_descriptor_2d() argument 552 construct_block_size_descriptor_3d( int xdim, int ydim, int zdim, block_size_descriptor * bsd ) construct_block_size_descriptor_3d() argument 631 init_block_size_descriptor( int xdim, int ydim, int zdim, block_size_descriptor* bsd ) init_block_size_descriptor() argument [all...] |
H A D | astc_codec_internals.h | 99 int xdim; member 138 int xdim, 249 * @param xdim The x axis size of the block. 255 int xdim,
|
H A D | astc_decompress_symbolic.cpp | 131 update_imageblock_flags(blk, bsd->xdim, bsd->ydim, bsd->zdim); in decompress_symbolic_block() 197 update_imageblock_flags(blk, bsd->xdim, bsd->ydim, bsd->zdim); in decompress_symbolic_block() 289 update_imageblock_flags(blk, bsd->xdim, bsd->ydim, bsd->zdim); in decompress_symbolic_block()
|
H A D | astc_image_load_store.cpp | 179 int xdim, in update_imageblock_flags() 189 int texels_per_block = xdim * ydim * zdim; in update_imageblock_flags() 177 update_imageblock_flags( imageblock* pb, int xdim, int ydim, int zdim ) update_imageblock_flags() argument
|
H A D | astc_partition_tables.cpp | 239 for (x = 0; x < bsd->xdim; x++) in generate_one_partition_table()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_nnedi.c | 52 int xdim, ydim, nns, nsize; member 336 memcpy(buf, src, model->xdim * sizeof(float)); in gather_input() 338 for (int j = 0; j < model->xdim; j++) { in gather_input() 346 buf += model->xdim; in gather_input() 399 const float *window = src_p - (model->ydim / 2) * src_stride - (model->xdim / 2 - 1); in predictor() 757 static int allocate_model(PredictorCoefficients *coeffs, int xdim, int ydim, int nns) in allocate_model() argument 759 int filter_size = nns * xdim * ydim; in allocate_model() 768 coeffs->xdim = xdim; in allocate_model() 770 coeffs->nsize = xdim * ydi in allocate_model() 827 const int xdim = NNEDI_XDIM[j]; read_weights() local [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
H A D | ASTC_Decoder.cpp | 37 int xdim, int ydim, int zdim, in write_imageblock() 48 for(int x = 0; x < xdim; x++) in write_imageblock() 29 write_imageblock(unsigned char *img, const imageblock *pb, int xsize, int ysize, int zsize, int bytes, int destPitchB, int destSliceB, bool isUnsignedByte, int xdim, int ydim, int zdim, int xpos, int ypos, int zpos) write_imageblock() argument
|
/third_party/astc-encoder/Source/ |
H A D | astcenc_image.cpp | 220 for (unsigned int x = 0; x < bsd.xdim; x++) in load_image_block() 299 for (unsigned int x = xpos; x < xpos + bsd.xdim; x++) in load_image_block_fast_ldr() 346 unsigned int x_end = astc::min(x_size, xpos + bsd.xdim); in store_image_block() 348 unsigned int x_nudge = bsd.xdim - x_count; in store_image_block() 354 unsigned int y_nudge = (bsd.ydim - y_count) * bsd.xdim; in store_image_block()
|
H A D | astcenc_internal.h | 545 uint8_t xdim; member 1316 * @param xdim The block x size. 1322 unsigned int xdim, 1331 unsigned int xdim, 1340 unsigned int xdim,
|
H A D | astcenc_percentile_tables.cpp | 35 uint8_t xdim; member 1104 * @param xdim The block x size. 1110 int xdim, in get_packed_table() 1113 int idx = (ydim << 8) | xdim; in get_packed_table() 1166 unsigned int xdim, in get_2d_percentile_table() 1170 const packed_percentile_table *apt = get_packed_table(xdim, ydim); in get_2d_percentile_table() 1202 unsigned int xdim, in is_legal_2d_block_size() 1205 unsigned int idx = (xdim << 8) | ydim; in is_legal_2d_block_size() 1230 unsigned int xdim, in is_legal_3d_block_size() 1234 unsigned int idx = (xdim << 1 in is_legal_3d_block_size() 1109 get_packed_table( int xdim, int ydim ) get_packed_table() argument 1165 get_2d_percentile_table( unsigned int xdim, unsigned int ydim ) get_2d_percentile_table() argument 1201 is_legal_2d_block_size( unsigned int xdim, unsigned int ydim ) is_legal_2d_block_size() argument 1229 is_legal_3d_block_size( unsigned int xdim, unsigned int ydim, unsigned int zdim ) is_legal_3d_block_size() argument [all...] |
H A D | astcenc_partition_tables.cpp | 295 for (unsigned int x = 0; x < bsd.xdim; x++) in generate_one_partition_info_entry()
|
H A D | astcenc_block_sizes.cpp | 811 bsd.xdim = static_cast<uint8_t>(x_texels); in construct_block_size_descriptor_2d() 1041 bsd.xdim = static_cast<uint8_t>(x_texels); in construct_block_size_descriptor_3d()
|
H A D | astcenc_entry.cpp | 845 int block_x = bsd.xdim; in compress_image()
|