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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
pitch_estimator_mips.c 34 const int16_t* tmp_in = in; local
42 "lh %[tmp1], 0(%[tmp_in]) \n\t"
43 "lh %[tmp2], 2(%[tmp_in]) \n\t"
44 "lh %[tmp3], 4(%[tmp_in]) \n\t"
45 "lh %[tmp4], 6(%[tmp_in]) \n\t"
75 "addiu %[tmp_in], %[tmp_in], 8 \n\t"
81 [tmp7] "=&r" (tmp7), [tmp8] "=&r" (tmp8), [tmp_in] "+r" (tmp_in),
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
motion_comp.cpp 788 uint8 tmp_in[24][24]; local
793 eCreateAlign(in, inpitch, -2, &tmp_in[0][0], blkwidth, blkheight + 5);
794 in = &tmp_in[2][0];
1314 uint8 tmp_res[24][24], tmp_in[24][24]; local
    [all...]

Completed in 665 milliseconds