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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
create_augmented_vec.c 34 int16_t *ppo, *ppi; local
45 ppi = buffer - index - 4;
47 /* perform cbVec[ilow+k] = ((ppi[k]*alphaTbl[k])>>15) + ((ppo[k]*alphaTbl[3-k])>>15);
50 WebRtcSpl_ElementwiseVectorMult(&cbVec[ilow], ppi, WebRtcIlbcfix_kAlpha, 4, 15);
cb_mem_energy.c 40 int16_t *ppi, *ppo, *pp; local
48 ppi = CB+lMem-lTarget-1;
62 WebRtcIlbcfix_CbMemEnergyCalc(energy, range, ppi, ppo, energyW16, energyShifts, scale, 0);
75 ppi = filteredCB + lMem - 1 - lTarget;
78 WebRtcIlbcfix_CbMemEnergyCalc(energy, range, ppi, ppo, energyW16, energyShifts, scale, base_size);
interpolate_samples.c 27 int16_t *ppi, *ppo, i, j, temp1, temp2; local
37 ppi = CBmem+lMem-j-24;
41 (int16_t)WEBRTC_SPL_MUL_16_16_RSFT(WebRtcIlbcfix_kAlpha[temp1], *ppi, 15);
44 ppi++;
  /external/clang/test/SemaCXX/
direct-initializer.cpp 48 int *ppi = d; local
  /external/blktrace/
blkparse.c 73 * some duplicated effort here, we can unify this hash and the ppi hash later
643 static inline int ppi_hash(struct per_process_info *ppi)
645 struct process_pid_map *ppm = ppi->ppm;
653 static inline void add_ppi_to_hash(struct per_process_info *ppi)
655 const int hash_idx = ppi_hash(ppi);
657 ppi->hash_next = ppi_hash_table[hash_idx];
658 ppi_hash_table[hash_idx] = ppi;
661 static inline void add_ppi_to_list(struct per_process_info *ppi)
663 ppi->list_next = ppi_list;
664 ppi_list = ppi;
671 struct per_process_info *ppi; local
689 struct per_process_info *ppi; local
706 struct per_process_info *ppi; local
1053 struct per_process_info *ppi = find_ppi(iot->ppm->pid); local
1090 struct per_process_info *ppi = find_ppi(iot->ppm->pid); local
1125 struct per_process_info *ppi = find_ppi(iot->ppm->pid); local
1144 struct per_process_info *ppi = find_ppi(pid); local
1717 struct per_process_info *ppi; local
1745 struct per_process_info *ppi; local
    [all...]

Completed in 105 milliseconds