Home
last modified time | relevance | path

Searched refs:vp9_quantize_fp (Results 1 – 13 of 13) sorted by relevance

/external/libvpx/config/mips64-msa/
Dvp9_rtcd.h101 #define vp9_quantize_fp vp9_quantize_fp_c macro
/external/libvpx/config/mips32-msa/
Dvp9_rtcd.h101 #define vp9_quantize_fp vp9_quantize_fp_c macro
/external/libvpx/config/mips64/
Dvp9_rtcd.h101 #define vp9_quantize_fp vp9_quantize_fp_c macro
/external/libvpx/config/arm/
Dvp9_rtcd.h101 #define vp9_quantize_fp vp9_quantize_fp_c macro
/external/libvpx/config/generic/
Dvp9_rtcd.h101 #define vp9_quantize_fp vp9_quantize_fp_c macro
/external/libvpx/config/mips32/
Dvp9_rtcd.h101 #define vp9_quantize_fp vp9_quantize_fp_c macro
/external/libvpx/config/mips32-dspr2/
Dvp9_rtcd.h101 #define vp9_quantize_fp vp9_quantize_fp_c macro
/external/libvpx/config/arm64/
Dvp9_rtcd.h103 #define vp9_quantize_fp vp9_quantize_fp_neon macro
/external/libvpx/config/arm-neon/
Dvp9_rtcd.h103 #define vp9_quantize_fp vp9_quantize_fp_neon macro
/external/libvpx/config/x86/
Dvp9_rtcd.h113 #define vp9_quantize_fp vp9_quantize_fp_sse2 macro
/external/libvpx/config/x86_64/
Dvp9_rtcd.h114 #define vp9_quantize_fp vp9_quantize_fp_ssse3 macro
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemb.c381 vp9_quantize_fp(coeff, 256, x->skip_block, p->round_fp, p->quant_fp, in vp9_xform_quant_fp()
392 vp9_quantize_fp(coeff, 16, x->skip_block, p->round_fp, p->quant_fp, in vp9_xform_quant_fp()
Dvp9_pickmode.c719 vp9_quantize_fp(coeff, 256, x->skip_block, p->round_fp, p->quant_fp, in block_yrd()
725 vp9_quantize_fp(coeff, 64, x->skip_block, p->round_fp, p->quant_fp, in block_yrd()
731 vp9_quantize_fp(coeff, 16, x->skip_block, p->round_fp, p->quant_fp, in block_yrd()