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

  /external/libvpx/vp8/decoder/arm/
dequantize_arm.h 16 extern prototype_dequant_block(vp8_dequantize_b_v6);
45 extern prototype_dequant_block(vp8_dequantize_b_neon);
  /external/libvpx/vp8/decoder/
dequantize.h 16 #define prototype_dequant_block(sym) \ macro
56 extern prototype_dequant_block(vp8_dequant_block);
84 typedef prototype_dequant_block((*vp8_dequant_block_fn_t)); typedef
  /external/libvpx/vp8/decoder/x86/
dequantize_x86.h 23 extern prototype_dequant_block(vp8_dequantize_b_mmx);

Completed in 47 milliseconds