HomeSort by relevance Sort by last modified time
    Searched full:temp_1 (Results 1 - 3 of 3) sorted by null

  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
Learning_StochasticLinearRanker.java 52 ArrayList<StringFloat> temp_1 = (ArrayList<StringFloat>)sample_1; local
53 String[] keys_1 = new String[temp_1.size()];
54 float[] values_1 = new float[temp_1.size()];
55 for (int i = 0; i < temp_1.size(); i++){
56 keys_1[i] = temp_1.get(i).key;
57 values_1[i] = temp_1.get(i).value;
  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_itrans8_dspr2.c 32 temp_1 = (input[0] + input[4]) * cospi_16_64;
33 step2_0 = dct_const_round_shift(temp_1);
55 temp_1 = input[2] * cospi_24_64 - input[6] * cospi_8_64;
56 step2_2 = dct_const_round_shift(temp_1);
92 temp_1 = input[1] * cospi_28_64 - input[7] * cospi_4_64;
93 step1_4 = dct_const_round_shift(temp_1);
113 temp_1 = input[5] * cospi_12_64 - input[3] * cospi_20_64;
114 step1_5 = dct_const_round_shift(temp_1);
137 temp_1 = (step1_7 - step1_6 - step1_4 + step1_5) * cospi_16_64;
227 temp_1 = (input[0] + input[4]) * cospi_16_64
    [all...]
vp9_itrans4_dspr2.c 31 temp_1 = (input[0] + input[2]) * cospi_16_64;
32 step_0 = dct_const_round_shift(temp_1);
131 temp_1 = (input[0] + input[2]) * cospi_16_64;
132 step_0 = dct_const_round_shift(temp_1);

Completed in 102 milliseconds