Searched defs:ptr3 (Results 1 - 2 of 2) sorted by path

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dderinging_chroma.cpp45 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
[all...]
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_alias_reduction.cpp164 int32 *ptr3; local
198 ptr3 = &input_buffer[17];
212 ptr1 = ptr3;
213 ptr3 -= 2;

Completed in 85 milliseconds