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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/cng/
webrtc_cng.c 490 int16_t temp16; local
541 temp16 = (int16_t) WEBRTC_SPL_MUL_16_16_RSFT(
544 temp16 = 0x7fff - temp16;
545 En = (int16_t) WEBRTC_SPL_MUL_16_16_RSFT(En, temp16, 15);
  /external/chromium_org/third_party/libwebp/dsp/
enc_mips32.c 37 "lh %[temp16], "#A"(%[temp20]) \n\t" \
41 "addu %["#TEMP4"], %[temp16], %[temp18] \n\t" \
42 "subu %[temp16], %[temp16], %[temp18] \n\t" \
54 "addu %["#TEMP1"], %[temp16], %["#TEMP2"] \n\t" \
55 "subu %["#TEMP2"], %[temp16], %["#TEMP2"] \n\t" \
66 "addu %[temp16], %["#TEMP0"], %["#TEMP8"] \n\t" \
78 "addu %["#TEMP0"], %[temp16], %[temp19] \n\t" \
81 "subu %["#TEMP12"], %[temp16], %[temp19] \n\t" \
87 "lbu %[temp16], "#A"(%[temp20]) \n\t"
123 int temp14, temp15, temp16, temp17, temp18, temp19, temp20; local
478 int temp9, temp10, temp11, temp12, temp13, temp14, temp15, temp16; local
    [all...]
dec_mips32.c 215 int temp15, temp16, temp17, temp18; local
226 "addu %[temp16], %[temp0], %[temp8] \n\t"
246 "addu %[temp8], %[temp16], %[temp4] \n\t"
247 "subu %[temp4], %[temp16], %[temp4] \n\t"
248 "addu %[temp16], %[temp1], %[temp9] \n\t"
270 "addu %[temp9], %[temp16], %[temp5] \n\t"
271 "subu %[temp5], %[temp16], %[temp5] \n\t"
272 "addu %[temp16], %[temp2], %[temp10] \n\t"
282 "addu %[temp10], %[temp16], %[temp6] \n\t"
283 "subu %[temp6], %[temp16], %[temp6] \n\t
    [all...]
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/test/
test_fft_time.c 945 OMX_S16* temp16; local
978 temp16 = (OMX_S16*) malloc(sizeof(*temp16) * fft_size);
1023 temp16[n] = factor * xr[n];
    [all...]

Completed in 34 milliseconds