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

  /frameworks/av/media/libstagefright/codecs/aacdec/
ps_allocate_decoder.cpp 146 Int32 *ptr3; local
174 ptr3 = (&ptr1[1162]); /* reuse un-used right channel QMF_FILTER Synthesis buffer */
301 h_ps_dec->aaaRealDelayRBufferSerSubQmf[i] = (Int32 **)ptr3;
302 ptr3 += aRevLinkDelaySer[i];
304 h_ps_dec->aaaImagDelayRBufferSerSubQmf[i] = (Int32 **)ptr3;
305 ptr3 += aRevLinkDelaySer[i];
315 h_ps_dec->aaaRealDelayRBufferSerSubQmf[i][j] = ptr3;
316 ptr3 += SUBQMF_GROUPS;
318 h_ps_dec->aaaImagDelayRBufferSerSubQmf[i][j] = ptr3;
319 ptr3 += SUBQMF_GROUPS
    [all...]
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_alias_reduction.cpp 164 int32 *ptr3; local
198 ptr3 = &input_buffer[17];
212 ptr1 = ptr3;
213 ptr3 -= 2;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
deringing_chroma.cpp 45 int *ptr2, *ptr3; local
72 ptr3 = &sign_v[0];
79 *ptr3++ = INDEX(pelu, thres) + INDEX(pelc, thres) + INDEX(pell, thres);
86 *ptr3++ = INDEX(pelu, thres) + INDEX(pelc, thres) + INDEX(pell, thres);
95 *ptr3 = INDEX(pelu, thres) + INDEX(pelc, thres) + INDEX(pell, thres);
97 sum1 = *(ptr3 - 2) + *(ptr3 - 1) + *ptr3;
114 ptr3++;
138 ptr3 = &sign_v[0]
    [all...]
  /external/clang/test/CodeGenCXX/
member-function-pointers.cpp 116 void (foo::*ptr3)(void) = (void (foo::*)(void))&foo::bar; member in namespace:PR5138
207 void (C::*ptr3)() = &A::vfoo; member in namespace:test7

Completed in 1173 milliseconds