Searched refs:vpx_highbd_quantize_b (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodemb.c | 528 vpx_highbd_quantize_b(coeff, 256, x->skip_block, p->zbin, p->round, in vp9_xform_quant() 535 vpx_highbd_quantize_b(coeff, 64, x->skip_block, p->zbin, p->round, in vp9_xform_quant() 543 vpx_highbd_quantize_b(coeff, 16, x->skip_block, p->zbin, p->round, in vp9_xform_quant() 892 vpx_highbd_quantize_b(coeff, 256, x->skip_block, p->zbin, p->round, in vp9_encode_block_intra() 913 vpx_highbd_quantize_b(coeff, 64, x->skip_block, p->zbin, p->round, in vp9_encode_block_intra() 935 vpx_highbd_quantize_b(coeff, 16, x->skip_block, p->zbin, p->round, in vp9_encode_block_intra()
|
D | vp9_quantize.c | 179 vpx_highbd_quantize_b(BLOCK_OFFSET(p->coeff, block), n_coeffs, in vp9_regular_quantize_b_4x4()
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 934 #define vpx_highbd_quantize_b vpx_highbd_quantize_b_c macro
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 1049 #define vpx_highbd_quantize_b vpx_highbd_quantize_b_c macro
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 1049 #define vpx_highbd_quantize_b vpx_highbd_quantize_b_c macro
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 1189 #define vpx_highbd_quantize_b vpx_highbd_quantize_b_sse2 macro
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 1196 #define vpx_highbd_quantize_b vpx_highbd_quantize_b_sse2 macro
|