Searched refs:vp8_regular_quantize_b_msa (Results 1 - 4 of 4) sorted by relevance

/external/libvpx/libvpx/test/
H A Dquantize_test.cc201 make_tuple(&vp8_regular_quantize_b_msa, &vp8_regular_quantize_b_c)));
/external/libvpx/config/mips32-msa/
H A Dvp8_rtcd.h146 void vp8_regular_quantize_b_msa(struct block *, struct blockd *);
147 #define vp8_regular_quantize_b vp8_regular_quantize_b_msa
/external/libvpx/config/mips64-msa/
H A Dvp8_rtcd.h146 void vp8_regular_quantize_b_msa(struct block *, struct blockd *);
147 #define vp8_regular_quantize_b vp8_regular_quantize_b_msa
/external/libvpx/libvpx/vp8/encoder/mips/msa/
H A Dquantize_msa.c196 void vp8_regular_quantize_b_msa(BLOCK *b, BLOCKD *d) { function

Completed in 195 milliseconds