Home
last modified time | relevance | path

Searched refs:ppf (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dg723_1dec.c376 * @param ppf pitch postfilter parameters
382 static void comp_ppf_gains(int lag, PPFParam *ppf, enum Rate cur_rate, in comp_ppf_gains() argument
388 ppf->index = lag; in comp_ppf_gains()
395 ppf->opt_gain = ppf_gain_weight[cur_rate]; in comp_ppf_gains()
397 ppf->opt_gain = (ccr << 15) / res_eng * in comp_ppf_gains()
401 temp1 = (tgt_eng << 15) + (ccr * ppf->opt_gain << 1); in comp_ppf_gains()
402 temp2 = (ppf->opt_gain * ppf->opt_gain >> 15) * res_eng; in comp_ppf_gains()
412 ppf->sc_gain = square_root(temp1 << 16); in comp_ppf_gains()
414 ppf in comp_ppf_gains()
430 comp_ppf_coeff(G723_1_ChannelContext *p, int offset, int pitch_lag, PPFParam *ppf, enum Rate cur_rate) comp_ppf_coeff() argument
937 PPFParam ppf[SUBFRAMES]; g723_1_decode_frame() local
[all...]
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_controller.h109 void (*get_hw_ep_profile) (struct usb_device *udev, const struct usb_hw_ep_profile **ppf, uint8_t ep_addr);
H A Dusb_dev.c118 struct usb_fifo **ppf = NULL; in usb_ref_device() local
180 ppf = cpd->udev->fifo; in usb_ref_device()
181 f = ppf[cpd->fifo_index + USB_FIFO_TX]; in usb_ref_device()
197 ppf = cpd->udev->fifo; in usb_ref_device()
198 f = ppf[cpd->fifo_index + USB_FIFO_RX]; in usb_ref_device()
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dpngvalid.c930 store_freefile(png_store_file **ppf) in store_freefile() argument
932 if (*ppf != NULL) in store_freefile()
934 store_freefile(&(*ppf)->next); in store_freefile()
936 store_freebuffer(&(*ppf)->data); in store_freefile()
937 (*ppf)->datacount = 0; in store_freefile()
938 if ((*ppf)->palette != NULL) in store_freefile()
940 free((*ppf)->palette); in store_freefile()
941 (*ppf)->palette = NULL; in store_freefile()
942 (*ppf)->npalette = 0; in store_freefile()
944 free(*ppf); in store_freefile()
[all...]

Completed in 20 milliseconds