Searched refs:block_x (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | msvideo1.c | 91 int block_x, block_y; /* block width and height iterators */ in msvideo1_decode_8bit() local 115 for (block_x = blocks_wide; block_x > 0; block_x--) { in msvideo1_decode_8bit() 191 int block_x, block_y; /* block width and height iterators */ in msvideo1_decode_16bit() local 215 for (block_x = blocks_wide; block_x > 0; block_x--) { in msvideo1_decode_16bit()
|
D | escape130.c | 204 block_index, block_x = 0; in escape130_decode_frame() local 299 block_x++; in escape130_decode_frame() 300 if (block_x * 2 == avctx->width) { in escape130_decode_frame() 301 block_x = 0; in escape130_decode_frame()
|
D | mjpegdec.c | 1403 int block_x, block_y; in shift_output() local 1407 for (block_x=0; block_x<size; block_x++) in shift_output() 1408 *(uint16_t*)(ptr + 2*block_x + block_y*linesize) <<= 16 - s->bits; in shift_output() 1411 for (block_x=0; block_x<size; block_x++) in shift_output() 1412 *(ptr + block_x + block_y*linesize) <<= 8 - s->bits; in shift_output()
|
/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() argument 536 info->block[0] = block_x; in set_work_size() 742 int block_x, block_y; in si_compute_copy_image() local 748 block_x = 64 / block_y; in si_compute_copy_image() 750 block_x = util_next_power_of_two(src_box->width); in si_compute_copy_image() 751 block_y = 64 / block_x; in si_compute_copy_image() 753 block_x = 64; in si_compute_copy_image() 756 block_x = 8; in si_compute_copy_image() 764 set_work_size(&info, block_x, block_y, block_z, in si_compute_copy_image()
|
/third_party/ffmpeg/tests/checkasm/ |
D | h264dsp.c | 275 int block_x = index % 16; in check_idct_multiple() local 276 int offset = (block_y * 16 + block_x) * SIZEOF_PIXEL; in check_idct_multiple()
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_setup.c | 190 block_x(int x) in block_x() function 209 const int minleft = block_x(MIN2(xleft0, xleft1)); in flush_spans()
|