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

  /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/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_format_soa.c 207 LLVMValueRef scale_val = lp_build_const_vec(gallivm, type, scale); local
208 input = LLVMBuildFMul(builder, input, scale_val, "");
256 LLVMValueRef scale_val = lp_build_const_vec(gallivm, type, scale); local
258 input = LLVMBuildFMul(builder, input, scale_val, "");
  /toolchain/binutils/binutils-2.25/gas/config/
tc-crx.c 721 int scale_val; local
815 scale_val = scale.X_add_number;
818 if (scale_val != 1 && scale_val != 2
819 && scale_val != 4 && scale_val != 8)
820 as_bad (_("Illegal Scale - `%d'"), scale_val);
822 cur_arg->scale = exponent2scale (scale_val);
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 2985 int scale_val = 0; local
    [all...]

Completed in 408 milliseconds