Home
last modified time | relevance | path

Searched defs:block_y (Results 1 – 11 of 11) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmsvideo1.c93 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
Dmjpegdec.c1419 int block_x, block_y; in shift_output() local
/third_party/astc-encoder/Utils/Example/
Dastc_api_example.cpp57 static const unsigned int block_y = 6; in main() local
/third_party/astc-encoder/Source/
Dastcenc_entry.cpp196 unsigned int block_y, in validate_block_size()
439 unsigned int block_y, in astcenc_config_init()
846 int block_y = bsd.ydim; in compress_image() local
1211 unsigned int block_y = ctx->config.block_y; in astcenc_decompress_image() local
Dastcenccli_internal.h42 unsigned int block_y; member
Dastcenc.h458 unsigned int block_y; member
669 unsigned int block_y; member
Dastcenccli_toplevel.cpp507 unsigned int block_y = 0; in init_astcenc_config() local
1549 for (size_t block_y = 0; block_y < block_rows; block_y++) in print_diagnostic_image() local
Dastcenccli_image_load_store.cpp2437 uint8_t block_y; member
2487 unsigned int block_y = astc::max(static_cast<unsigned int>(hdr.block_y), 1u); in load_cimage() local
/third_party/ffmpeg/tests/checkasm/
Dh264dsp.c275 int block_y = (index / 16) * sz; in check_idct_multiple() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_compute_blit.c533 set_work_size(struct pipe_grid_info *info, unsigned block_x, unsigned block_y, unsigned block_z, in set_work_size()
742 int block_x, block_y; in si_compute_copy_image() local
/third_party/astc-encoder/Test/
Dastc_trace_analysis.py56 def __init__(self, block_x, block_y, block_z): argument