Home
last modified time | relevance | path

Searched refs:stride4 (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_linear_sampler.c499 __m128i dsdx4, dtdx4, s4, t4, stride4, w4, h4, zero, one; in fetch_bgra_clamp_linear() local
506 stride4 = _mm_set1_epi32(stride); in fetch_bgra_clamp_linear()
525 tmp = _mm_madd_epi16(ct0, stride4); in fetch_bgra_clamp_linear()
528 tmp = _mm_madd_epi16(ct1, stride4); in fetch_bgra_clamp_linear()
/third_party/ffmpeg/libavcodec/
Dsnow.c296 int stride4 = MC_STRIDE(dxy + 5); in mc_block() local
307 src4+=stride4; in mc_block()
/third_party/ffmpeg/libavcodec/x86/
Dvp9intrapred.asm1715 DEFINE_ARGS dst, stride, stride4, dst4, dst8, dst12
Dvp9intrapred_16bpp.asm1926 DEFINE_ARGS dst, stride, cnt, stride3, stride4, stride20, stride28