Searched defs:block_y (Results 1 - 10 of 10) sorted by relevance
/third_party/astc-encoder/Source/ |
H A D | astcenccli_internal.h | 42 unsigned int block_y; member
|
H A D | astcenccli_toplevel.cpp | 507 unsigned int block_y = 0; in init_astcenc_config() local [all...] |
H A D | astcenc_entry.cpp | 194 validate_block_size( unsigned int block_x, unsigned int block_y, unsigned int block_z ) validate_block_size() argument 436 astcenc_config_init( astcenc_profile profile, unsigned int block_x, unsigned int block_y, unsigned int block_z, float quality, unsigned int flags, astcenc_config* configp ) astcenc_config_init() argument 846 int block_y = bsd.ydim; compress_image() local 1211 unsigned int block_y = ctx->config.block_y; astcenc_decompress_image() local [all...] |
H A D | astcenc.h | 458 unsigned int block_y; member 669 unsigned int block_y; member
|
H A D | astcenccli_image_load_store.cpp | 2437 uint8_t block_y; member 2487 unsigned int block_y = astc::max(static_cast<unsigned int>(hdr.block_y), 1u); in load_cimage() local [all...] |
/third_party/astc-encoder/Utils/Example/ |
H A D | astc_api_example.cpp | 57 static const unsigned int block_y = 6; in main() local
|
/third_party/ffmpeg/libavcodec/ |
H A D | msvideo1.c | 93 int block_x, block_y; /* block width and height iterators */ in msvideo1_decode_8bit() local 193 int block_x, block_y; /* block width and height iterators */ in msvideo1_decode_16bit() local [all...] |
H A D | mjpegdec.c | 1419 int block_x, block_y; in shift_output() local
|
/third_party/ffmpeg/tests/checkasm/ |
H A D | h264dsp.c | 275 int block_y = (index / 16) * sz; in check_idct_multiple() local
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_compute_blit.c | 533 set_work_size(struct pipe_grid_info *info, unsigned block_x, unsigned block_y, unsigned block_z, in set_work_size() argument 742 int block_x, block_y; in si_compute_copy_image() local
|
Completed in 16 milliseconds