Searched refs:shuv (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_skin_detection.c | 124 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/ |
D | lp_bld_format_aos.c | 197 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/ |
D | lp_state_fs.c | 1206 LLVMValueRef shuv = lp_build_const_int_vec(gallivm, src_type, n); in scale_bits() local 1210 LLVMBuildLShr(builder, result, shuv, ""), in scale_bits()
|