Searched refs:ppf (Results 1 – 6 of 6) sorted by relevance
381 static void comp_ppf_gains(int lag, PPFParam *ppf, enum Rate cur_rate, in comp_ppf_gains() argument387 ppf->index = lag; in comp_ppf_gains()394 ppf->opt_gain = ppf_gain_weight[cur_rate]; in comp_ppf_gains()396 ppf->opt_gain = (ccr << 15) / res_eng * in comp_ppf_gains()400 temp1 = (tgt_eng << 15) + (ccr * ppf->opt_gain << 1); in comp_ppf_gains()401 temp2 = (ppf->opt_gain * ppf->opt_gain >> 15) * res_eng; in comp_ppf_gains()411 ppf->sc_gain = square_root(temp1 << 16); in comp_ppf_gains()413 ppf->opt_gain = 0; in comp_ppf_gains()414 ppf->sc_gain = 0x7fff; in comp_ppf_gains()417 ppf->opt_gain = av_clip_int16(ppf->opt_gain * ppf->sc_gain >> 15); in comp_ppf_gains()[all …]
111 …void (*get_hw_ep_profile) (struct usb_device *udev, const struct usb_hw_ep_profile **ppf, uint8…
119 struct usb_fifo **ppf = NULL; in usb_ref_device() local181 ppf = cpd->udev->fifo; in usb_ref_device()182 f = ppf[cpd->fifo_index + USB_FIFO_TX]; in usb_ref_device()198 ppf = cpd->udev->fifo; in usb_ref_device()199 f = ppf[cpd->fifo_index + USB_FIFO_RX]; in usb_ref_device()
930 store_freefile(png_store_file **ppf) in store_freefile() argument932 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 …]