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

  /external/libvpx/libvpx/vp8/common/
rtcd_defs.pl 24 add_proto qw/void vp8_dequantize_b/, "struct blockd*, short *dqc";
25 specialize qw/vp8_dequantize_b mmx neon msa/;
  /external/libvpx/config/arm/
vp8_rtcd.h 72 #define vp8_dequantize_b vp8_dequantize_b_c macro
  /external/libvpx/config/generic/
vp8_rtcd.h 72 #define vp8_dequantize_b vp8_dequantize_b_c macro
  /external/libvpx/config/mips32/
vp8_rtcd.h 72 #define vp8_dequantize_b vp8_dequantize_b_c macro
  /external/libvpx/config/mips32-dspr2/
vp8_rtcd.h 79 #define vp8_dequantize_b vp8_dequantize_b_c macro
  /external/libvpx/config/mips64/
vp8_rtcd.h 72 #define vp8_dequantize_b vp8_dequantize_b_c macro
  /external/libvpx/config/arm-neon/
vp8_rtcd.h 86 #define vp8_dequantize_b vp8_dequantize_b_neon macro
  /external/libvpx/config/arm64/
vp8_rtcd.h 86 #define vp8_dequantize_b vp8_dequantize_b_neon macro
  /external/libvpx/config/mips32-msa/
vp8_rtcd.h 87 #define vp8_dequantize_b vp8_dequantize_b_msa macro
  /external/libvpx/config/mips64-msa/
vp8_rtcd.h 87 #define vp8_dequantize_b vp8_dequantize_b_msa macro
  /external/libvpx/config/x86/
vp8_rtcd.h 103 #define vp8_dequantize_b vp8_dequantize_b_mmx macro
  /external/libvpx/config/x86_64/
vp8_rtcd.h 103 #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 48 milliseconds