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

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_format_soa.c 202 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/libavc/common/x86/
ih264_ihadamard_scaling_sse42.c 213 __m128i scale_val = _mm_set1_epi32((WORD32)(pu2_iscal_mat[0] * pu2_weigh_mat[0])); local
234 temp0 = _mm_mullo_epi32(scale_val, plane_0); //multiply by pu2_iscal_mat[0] * pu2_weigh_mat[0]
235 temp1 = _mm_mullo_epi32(scale_val, plane_1); //multiply by pu2_iscal_mat[0] * pu2_weigh_mat[0]
ih264_resi_trans_quant_sse42.c 682 __m128i scale_val = _mm_set1_epi32(pu2_scale_matrix[0]); local
779 temp0 = _mm_mullo_epi32(scale_val, src_r0); //multiply by pu2_scale_matrix[0]
780 temp1 = _mm_mullo_epi32(scale_val, src_r1);
781 temp2 = _mm_mullo_epi32(scale_val, src_r2);
782 temp3 = _mm_mullo_epi32(scale_val, src_r3);
906 __m128i scale_val = _mm_set1_epi32(pu2_scale_matrix[0]); local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 3206 int scale_val = 0; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
firstpass.c 3209 int scale_val = 0; local
    [all...]

Completed in 1052 milliseconds