Searched refs:vpx_quantize_b (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodemb.c | 563 vpx_quantize_b(coeff, 256, x->skip_block, p->zbin, p->round, p->quant, in vp9_xform_quant() 569 vpx_quantize_b(coeff, 64, x->skip_block, p->zbin, p->round, p->quant, in vp9_xform_quant() 576 vpx_quantize_b(coeff, 16, x->skip_block, p->zbin, p->round, p->quant, in vp9_xform_quant() 983 vpx_quantize_b(coeff, 256, x->skip_block, p->zbin, p->round, p->quant, in vp9_encode_block_intra() 998 vpx_quantize_b(coeff, 64, x->skip_block, p->zbin, p->round, p->quant, in vp9_encode_block_intra() 1017 vpx_quantize_b(coeff, 16, x->skip_block, p->zbin, p->round, p->quant, in vp9_encode_block_intra()
|
D | vp9_quantize.c | 186 vpx_quantize_b(BLOCK_OFFSET(p->coeff, block), n_coeffs, x->skip_block, in vp9_regular_quantize_b_4x4()
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 1189 #define vpx_quantize_b vpx_quantize_b_c macro
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 1342 #define vpx_quantize_b vpx_quantize_b_neon macro
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 1342 #define vpx_quantize_b vpx_quantize_b_neon macro
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 1542 #define vpx_quantize_b vpx_quantize_b_ssse3 macro
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 1549 #define vpx_quantize_b vpx_quantize_b_ssse3 macro
|