Home
last modified time | relevance | path

Searched refs:f_ref (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/arch/arm/cpu/arm926ejs/mx25/
Dgeneric.c32 static unsigned int imx_decode_pll(unsigned int pll, unsigned int f_ref) in imx_decode_pll() argument
48 return lldiv(2 * (u64) f_ref * (mfi * mfd + mfn), in imx_decode_pll()
/external/libaom/libaom/av1/encoder/
Dencode_strategy.c674 FILE *f_ref = NULL; in dump_one_image() local
681 if ((f_ref = fopen(file_name, "wb")) == NULL) { in dump_one_image()
688 fwrite(&ref_buf->y_buffer[h * ref_buf->y_stride], 1, cm->width, f_ref); in dump_one_image()
693 f_ref); in dump_one_image()
698 f_ref); in dump_one_image()
701 fclose(f_ref); in dump_one_image()
/external/u-boot/arch/arm/cpu/arm926ejs/mx27/
Dgeneric.c26 static unsigned int imx_decode_pll(unsigned int pll, unsigned int f_ref) in imx_decode_pll() argument
35 return lldiv(2 * (u64)f_ref * (mfi * (mfd + 1) + mfn), in imx_decode_pll()