HomeSort by relevance Sort by last modified time
    Searched full:vp8_fast_quantize_b_pair_c (Results 1 - 6 of 6) sorted by null

  /external/libvpx/generic/
vpx_rtcd.h 242 void vp8_fast_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2);
243 #define vp8_fast_quantize_b_pair vp8_fast_quantize_b_pair_c
  /external/libvpx/mips/
vpx_rtcd.h 242 void vp8_fast_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2);
243 #define vp8_fast_quantize_b_pair vp8_fast_quantize_b_pair_c
  /external/libvpx/mips-dspr2/
vpx_rtcd.h 260 void vp8_fast_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2);
261 #define vp8_fast_quantize_b_pair vp8_fast_quantize_b_pair_c
  /external/libvpx/armv7a/
vpx_rtcd.h 282 void vp8_fast_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2);
283 #define vp8_fast_quantize_b_pair vp8_fast_quantize_b_pair_c
  /external/libvpx/armv7a-neon/
vpx_rtcd.h 328 void vp8_fast_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2);
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
quantize.c 311 void vp8_fast_quantize_b_pair_c(BLOCK *b1, BLOCK *b2, BLOCKD *d1, BLOCKD *d2) function

Completed in 126 milliseconds