Home | History | Annotate | Download | only in arm-neon-cpu-detect

Lines Matching defs:vp8_fast_quantize_b_pair

130 RTCD_EXTERN void (*vp8_fast_quantize_b_pair)(struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2);
471 vp8_fast_quantize_b_pair = vp8_fast_quantize_b_pair_c;
472 if (flags & HAS_NEON) vp8_fast_quantize_b_pair = vp8_fast_quantize_b_pair_neon;