Home
last modified time | relevance | path

Searched refs:shuv (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_skin_detection.c124 int shuv = shy - 1; in vp9_compute_skin_map() local
199 src_u += (src_uvstride << shuv) - (num_bl << shuv); in vp9_compute_skin_map()
200 src_v += (src_uvstride << shuv) - (num_bl << shuv); in vp9_compute_skin_map()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_aos.c197 LLVMValueRef shuv = lp_build_const_int_vec(gallivm, src_type, n); in scale_bits_up() local
201 LLVMBuildLShr(builder, result, shuv, ""), in scale_bits_up()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c1206 LLVMValueRef shuv = lp_build_const_int_vec(gallivm, src_type, n); in scale_bits() local
1210 LLVMBuildLShr(builder, result, shuv, ""), in scale_bits()