Home
last modified time | relevance | path

Searched refs:pix_h (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/alpha/
Dhpeldsp_alpha.c93 uint64_t pix_h = ((pix1 & ~BYTE_VEC(0x03)) >> 2) \
109 + pix_h + npix_h; \
114 pix_h = npix_h; \
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_screen.c856 GLuint pix_h = 1; in brw_map_image() local
882 _mesa_get_format_block_size(image->format, &pix_w, &pix_h); in brw_map_image()
886 assert(pix_h); in brw_map_image()
889 raw_data += (x0 / pix_w) * pix_bytes + (y0 / pix_h) * image->pitch; in brw_map_image()