Searched refs:vp9_highbd_quantize_fp (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/config/generic/ |
D | vp9_rtcd.h | 83 #define vp9_highbd_quantize_fp vp9_highbd_quantize_fp_c macro
|
/external/libvpx/config/arm64/ |
D | vp9_rtcd.h | 87 #define vp9_highbd_quantize_fp vp9_highbd_quantize_fp_c macro
|
/external/libvpx/config/arm-neon/ |
D | vp9_rtcd.h | 87 #define vp9_highbd_quantize_fp vp9_highbd_quantize_fp_c macro
|
/external/libvpx/config/x86/ |
D | vp9_rtcd.h | 92 #define vp9_highbd_quantize_fp vp9_highbd_quantize_fp_c macro
|
/external/libvpx/config/x86_64/ |
D | vp9_rtcd.h | 92 #define vp9_highbd_quantize_fp vp9_highbd_quantize_fp_c macro
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodemb.c | 371 vp9_highbd_quantize_fp(coeff, 256, x->skip_block, p->round_fp, in vp9_xform_quant_fp() 377 vp9_highbd_quantize_fp(coeff, 64, x->skip_block, p->round_fp, in vp9_xform_quant_fp() 384 vp9_highbd_quantize_fp(coeff, 16, x->skip_block, p->round_fp, in vp9_xform_quant_fp()
|