Searched refs:ydim (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/ |
D | astc_block_sizes2.cpp | 234 int ydim, in initialize_decimation_table_2d() argument 242 int texels_per_block = xdim * ydim; in initialize_decimation_table_2d() 252 for (y = 0; y < ydim; y++) 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() 315 int ydim, in initialize_decimation_table_3d() argument 325 int texels_per_block = xdim * ydim * zdim; in initialize_decimation_table_3d() 337 for (y = 0; y < ydim; y++) in initialize_decimation_table_3d() 341 int texel = (z * ydim + y) * xdim + x; 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() 476 int ydim, in construct_block_size_descriptor_2d() argument [all …]
|
D | astc_codec_internals.h | 100 int ydim; member 139 int ydim, 256 int ydim,
|
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()
|
D | astc_image_load_store.cpp | 180 int ydim, in update_imageblock_flags() argument 189 int texels_per_block = xdim * ydim * zdim; in update_imageblock_flags()
|
D | astc_partition_tables.cpp | 238 for (y = 0; y < bsd->ydim; y++) in generate_one_partition_table()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_nnedi.c | 53 int xdim, ydim, nns, nsize; member 343 for (int i = 0; i < model->ydim; i++) { in gather_input() 407 const float *window = src_p - (model->ydim / 2) * src_stride - (model->xdim / 2 - 1); in predictor() 764 static int allocate_model(PredictorCoefficients *coeffs, int xdim, int ydim, int nns) in allocate_model() argument 766 int filter_size = nns * xdim * ydim; in allocate_model() 776 coeffs->ydim = ydim; in allocate_model() 777 coeffs->nsize = xdim * ydim; in allocate_model() 835 const int ydim = NNEDI_YDIM[j]; in read_weights() local 836 const int filter_size = xdim * ydim; in read_weights() 838 ret = allocate_model(model, xdim, ydim, nns); in read_weights()
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
D | ASTC_Decoder.cpp | 37 int xdim, int ydim, int zdim, in write_imageblock() argument 46 for(int y = 0; y < ydim; y++) in write_imageblock()
|