HomeSort by relevance Sort by last modified time
    Searched refs:shuv (Results 1 - 3 of 3) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_skin_detection.c 52 const int shuv = shy - 1; local
88 src_u += (src_uvstride << shuv) - (num_bl << shuv);
89 src_v += (src_uvstride << shuv) - (num_bl << shuv);
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_format_aos.c 197 LLVMValueRef shuv = lp_build_const_int_vec(gallivm, src_type, n); local
201 LLVMBuildLShr(builder, result, shuv, ""),
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_fs.c 1227 LLVMValueRef shuv = lp_build_const_int_vec(gallivm, src_type, n); local
    [all...]

Completed in 95 milliseconds