Searched defs:block_x (Results 1 – 13 of 13) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
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
|
D | escape130.c | 204 block_index, block_x = 0; in escape130_decode_frame() local
|
D | mjpegdec.c | 1419 int block_x, block_y; in shift_output() local
|
/third_party/astc-encoder/Source/ |
D | astcenc_entry.cpp | 230 unsigned int block_x, in validate_block_size() 460 unsigned int block_x, in astcenc_config_init() 822 int block_x = bsd.xdim; in compress_image() local 1110 unsigned int block_x = ctx->config.block_x; in astcenc_decompress_image() local
|
D | astcenccli_internal.h | 39 unsigned int block_x; member
|
D | astcenc.h | 430 unsigned int block_x; member 603 unsigned int block_x; member
|
D | astcenccli_toplevel.cpp | 469 unsigned int block_x = 0; in init_astcenc_config() local
|
D | astcenccli_image_load_store.cpp | 2318 uint8_t block_x; member 2369 unsigned int block_x = astc::max(static_cast<unsigned int>(hdr.block_x), 1u); in load_cimage() local
|
/third_party/astc-encoder/Utils/Example/ |
D | astc_api_example.cpp | 56 static const unsigned int block_x = 6; in main() local
|
/third_party/ffmpeg/tests/checkasm/ |
D | h264dsp.c | 276 int block_x = index % 16; in check_idct_multiple() local
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
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() 742 int block_x, block_y; in si_compute_copy_image() local
|
/third_party/astc-encoder/Test/ |
D | astc_trace_analysis.py | 56 def __init__(self, block_x, block_y, block_z): argument
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_setup.c | 190 block_x(int x) in block_x() function
|