Searched refs:scale_val (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_soa.c202 LLVMValueRef scale_val = lp_build_const_vec(gallivm, type, scale); local
203 input = LLVMBuildFMul(builder, input, scale_val, "");
231 LLVMValueRef scale_val = lp_build_const_vec(gallivm, type, scale); local
233 input = LLVMBuildFMul(builder, input, scale_val, "");
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_soa.c202 LLVMValueRef scale_val = lp_build_const_vec(gallivm, type, scale); local
203 input = LLVMBuildFMul(builder, input, scale_val, "");
231 LLVMValueRef scale_val = lp_build_const_vec(gallivm, type, scale); local
233 input = LLVMBuildFMul(builder, input, scale_val, "");
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dfirstpass.c3206 int scale_val = 0; local
3324 while ((kf_q >= cpi->worst_quality) && (scale_val < 6))
3326 scale_val ++;
3328 cpi->common.vert_scale = vscale_lookup[scale_val];
3329 cpi->common.horiz_scale = hscale_lookup[scale_val];
/external/libvpx/libvpx/vp8/encoder/
H A Dfirstpass.c3206 int scale_val = 0; local
3324 while ((kf_q >= cpi->worst_quality) && (scale_val < 6))
3326 scale_val ++;
3328 cpi->common.vert_scale = vscale_lookup[scale_val];
3329 cpi->common.horiz_scale = hscale_lookup[scale_val];

Completed in 390 milliseconds