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

  /frameworks/av/media/libstagefright/codecs/aacdec/
dct64.cpp 178 Int32 *temp_o1; local
191 temp_o1 = &vec[32];
192 temp_e1 = temp_o1 - 1;
198 aux2 = *(temp_o1);
201 *(temp_o1++) = fxp_mul32_Q26((aux1 - aux2), aux3);
203 aux2 = *(temp_o1);
206 *(temp_o1++) = fxp_mul32_Q26((aux1 - aux2), aux3);
213 aux2 = *(temp_o1);
216 *(temp_o1++) = fxp_mul32_Q31((aux1 - aux2), aux3) << 1;
218 aux2 = *(temp_o1);
    [all...]
synthesis_sub_band.cpp 139 Int32 *temp_o1 = (Int32 *) & data[0]; local
143 Int32 *pt_temp_o = temp_o1;
181 pv_split_LC(temp_o1, &Sr[32]);
183 dct_16(temp_o1, 1); // Even terms
189 pt_Sr_1 = &temp_o1[31];
190 pt_temp_e = &temp_o1[15];
215 pt_temp_x = &temp_o1[31];

Completed in 39 milliseconds