HomeSort by relevance Sort by last modified time
    Searched refs:prototype_quantize_block (Results 1 - 3 of 3) sorted by null

  /external/libvpx/vp8/encoder/arm/
quantize_arm.h 17 extern prototype_quantize_block(vp8_fast_quantize_b_armv6);
26 extern prototype_quantize_block(vp8_fast_quantize_b_neon);
  /external/libvpx/vp8/encoder/
quantize.h 17 #define prototype_quantize_block(sym) \ macro
31 extern prototype_quantize_block(vp8_quantize_quantb);
36 extern prototype_quantize_block(vp8_quantize_fastquantb);
40 prototype_quantize_block(*quantb);
41 prototype_quantize_block(*fastquantb);
  /external/libvpx/vp8/encoder/x86/
quantize_x86.h 26 extern prototype_quantize_block(vp8_regular_quantize_b_sse2);

Completed in 776 milliseconds