Searched refs:lwidth (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/x86/ |
H A D | cfhdencdsp.asm | 42 cglobal cfhdenc_horiz_filter, 8, 10, 11, input, low, high, istride, lwidth, hwidth, width, y, x, temp 200 cglobal cfhdenc_vert_filter, 8, 11, 14, input, low, high, istride, lwidth, hwidth, width, height, x, y, pos
|
H A D | cfhddsp.asm | 53 cglobal cfhd_horiz_filter, 8, 11, 12, output, ostride, low, lwidth, high, hwidth, width, height, x, y, temp 307 cglobal cfhd_vert_filter, 8, 11, 14, output, ostride, low, lwidth, high, hwidth, width, height, x, y, pos
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_blit.cpp | 157 unsigned lwidth = u_minify(res->width0, level); in box_fits() local 171 return (wb <= lwidth && we <= lwidth && in box_fits()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcInternalformatTests.cpp | 514 float lwidth = static_cast<float>(width - 1); in generateTextureData() local 524 float posX = (lwidth - static_cast<float>(x)) / lwidth; in generateTextureData()
|
Completed in 7 milliseconds