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

  /external/libvpx/libvpx/vp8/common/
rtcd_defs.pl 34 add_proto qw/void vp8_dequantize_b/, "struct blockd*, short *DQC";
35 specialize qw/vp8_dequantize_b mmx neon msa mmi/;
  /external/libvpx/config/generic/
vp8_rtcd.h 76 #define vp8_dequantize_b vp8_dequantize_b_c macro
  /external/libvpx/config/arm-neon/
vp8_rtcd.h 90 #define vp8_dequantize_b vp8_dequantize_b_neon macro
  /external/libvpx/config/arm64/
vp8_rtcd.h 90 #define vp8_dequantize_b vp8_dequantize_b_neon macro
  /external/libvpx/config/x86/
vp8_rtcd.h 104 #define vp8_dequantize_b vp8_dequantize_b_mmx macro
  /external/libvpx/config/x86_64/
vp8_rtcd.h 104 #define vp8_dequantize_b vp8_dequantize_b_mmx macro
  /external/libvpx/libvpx/vp8/decoder/
threading.c 223 vp8_dequantize_b(b, xd->dequant_y2);
decodeframe.c 209 vp8_dequantize_b(b, xd->dequant_y2);
    [all...]

Completed in 67 milliseconds