HomeSort by relevance Sort by last modified time
    Searched full:p_a (Results 1 - 13 of 13) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/cc_hash_table_map_/
cond_key_dtor_entry_dealtor.hpp 61 PB_DS_CKDED_CLASS_NAME(entry_allocator* p_a, entry* p_e);
83 PB_DS_CKDED_CLASS_NAME(entry_allocator* p_a, entry* p_e)
84 : m_p_a(p_a), m_p_e(p_e), m_key_destruct(false),
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/cc_hash_table_map_/
cond_key_dtor_entry_dealtor.hpp 61 PB_DS_CKDED_CLASS_NAME(entry_allocator* p_a, entry* p_e);
83 PB_DS_CKDED_CLASS_NAME(entry_allocator* p_a, entry* p_e)
84 : m_p_a(p_a), m_p_e(p_e), m_key_destruct(false),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/cc_hash_table_map_/
cond_key_dtor_entry_dealtor.hpp 61 PB_DS_CKDED_CLASS_NAME(entry_allocator* p_a, entry* p_e);
83 PB_DS_CKDED_CLASS_NAME(entry_allocator* p_a, entry* p_e)
84 : m_p_a(p_a), m_p_e(p_e), m_key_destruct(false),
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
cond_key_dtor_entry_dealtor.hpp 61 PB_DS_CKDED_CLASS_NAME(entry_allocator* p_a, entry* p_e);
83 PB_DS_CKDED_CLASS_NAME(entry_allocator* p_a, entry* p_e)
84 : m_p_a(p_a), m_p_e(p_e), m_key_destruct(false),
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
cond_key_dtor_entry_dealtor.hpp 61 PB_DS_CKDED_CLASS_NAME(entry_allocator* p_a, entry* p_e);
83 PB_DS_CKDED_CLASS_NAME(entry_allocator* p_a, entry* p_e)
84 : m_p_a(p_a), m_p_e(p_e), m_key_destruct(false),
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
cond_key_dtor_entry_dealtor.hpp 61 PB_DS_CKDED_CLASS_NAME(entry_allocator* p_a, entry* p_e);
83 PB_DS_CKDED_CLASS_NAME(entry_allocator* p_a, entry* p_e)
84 : m_p_a(p_a), m_p_e(p_e), m_key_destruct(false),
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
syn_filt.cpp 264 Word16 *p_a; local
285 p_a = a;
287 s1 = amrnb_fxp_mac_16_by_16bb((Word32) * (p_x++), (Word32) * (p_a), 0x00000800L);
288 s2 = amrnb_fxp_mac_16_by_16bb((Word32) * (p_x++), (Word32) * (p_a++), 0x00000800L);
289 s1 = amrnb_fxp_msu_16_by_16bb((Word32) * (p_a++), (Word32) * (p_yy1), s1);
293 s2 = amrnb_fxp_msu_16_by_16bb((Word32) * (p_a), (Word32) * (p_yy1--), s2);
294 s1 = amrnb_fxp_msu_16_by_16bb((Word32) * (p_a++), (Word32) * (p_yy1), s1);
295 s2 = amrnb_fxp_msu_16_by_16bb((Word32) * (p_a), (Word32) * (p_yy1--), s2);
296 s1 = amrnb_fxp_msu_16_by_16bb((Word32) * (p_a++), (Word32) * (p_yy1), s1);
297 s2 = amrnb_fxp_msu_16_by_16bb((Word32) * (p_a), (Word32) * (p_yy1--), s2)
    [all...]
lsp_az.cpp 521 Word16 *p_a = &a[0]; local
538 *(p_a++) = 4096;
550 *(p_a++) = (Word16)(t0 >> 13);
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
intra_est.cpp 735 uint8 P_A, P_B, P_C, P_D, P_E, P_F, P_G, P_H, P_I, P_J, P_K, P_L, P_X;
768 P_A = temp & 0xFF;
775 P_A = P_B = P_C = P_D = 128;
827 temp = (P_D << 24) | (P_C << 16) | (P_B << 8) | P_A ;
895 DC = (P_A + P_B + P_C + P_D + DC + 4) >> 3;
905 DC = (P_A + P_B + P_C + P_D + 2) >> 2;
929 r0 = P_A;
1021 Q_x = (P_A + 2 * P_B + P_C + 2) >> 2;
1023 P_x = (P_X + 2 * P_A + P_B + 2) >> 2;
1024 D = (P_A + 2 * P_X + P_I + 2) >> 2
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
levinson.cpp 664 Word16 *p_A;
812 p_A = &A[0];
813 *(p_A++) = 4096;
820 st->old_A[i] = *(p_A++) = (Word16)((t0 + 0x00002000) >> 14);
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
voAMRWBEnc.c 179 Word16 *p_A, *p_Aq; /* ptr to A(z) for the 4 subframes */
426 p_A = A;
430 Weight_a(p_A, Ap, GAMMA1, M);
438 p_A += (M + 1);
714 p_A = A;
764 Weight_a(p_A, Ap, GAMMA1, M);
781 Weight_a(p_A, Ap, GAMMA1, M);
798 Weight_a(p_A, error + M, GAMMA1, M);
    [all...]
  /external/webrtc/src/modules/audio_processing/interface/
audio_processing.h 306 // P_a: Internal signal power at the point before the AEC's non-linear
318 // (Pre non-linear processing suppression) A_NLP = 10log_10(P_echo / P_a)
  /packages/apps/Camera/perftests/panorama/input/
test_008.ppm     [all...]

Completed in 872 milliseconds