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

  /external/libvpx/libvpx/vp8/common/
rtcd_defs.pl 31 add_proto qw/void vp8_dequantize_b/, "struct blockd*, short *dqc";
32 specialize qw/vp8_dequantize_b mmx media neon/;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
rtcd_defs.pl 31 add_proto qw/void vp8_dequantize_b/, "struct blockd*, short *dqc";
32 specialize qw/vp8_dequantize_b mmx media neon/;
  /external/libvpx/generic/
vp8_rtcd.h 81 #define vp8_dequantize_b vp8_dequantize_b_c macro
  /external/libvpx/mips/
vp8_rtcd.h 81 #define vp8_dequantize_b vp8_dequantize_b_c macro
  /external/libvpx/mips-dspr2/
vp8_rtcd.h 88 #define vp8_dequantize_b vp8_dequantize_b_c macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
vp8_rtcd.h 29 #define vp8_dequantize_b vp8_dequantize_b_c macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
vp8_rtcd.h 29 #define vp8_dequantize_b vp8_dequantize_b_c macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
vp8_rtcd.h 29 #define vp8_dequantize_b vp8_dequantize_b_c macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
vp8_rtcd.h 119 RTCD_EXTERN void (*vp8_dequantize_b)(struct blockd*, short *dqc); variable
    [all...]
  /external/libvpx/armv7a/
vp8_rtcd.h 93 #define vp8_dequantize_b vp8_dequantize_b_v6 macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
vp8_rtcd.h 30 #define vp8_dequantize_b vp8_dequantize_b_v6 macro
  /external/libvpx/armv7a-neon/
vp8_rtcd.h 106 #define vp8_dequantize_b vp8_dequantize_b_neon macro
  /external/libvpx/libvpx/vp8/decoder/
threading.c 263 vp8_dequantize_b(b, xd->dequant_y2);
decodeframe.c 248 vp8_dequantize_b(b, xd->dequant_y2);
    [all...]
  /external/libvpx/x86/
vp8_rtcd.h 118 #define vp8_dequantize_b vp8_dequantize_b_mmx macro
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
vp8_rtcd.h 31 #define vp8_dequantize_b vp8_dequantize_b_neon macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
threading.c 263 vp8_dequantize_b(b, xd->dequant_y2);
decodeframe.c 247 vp8_dequantize_b(b, xd->dequant_y2);
    [all...]

Completed in 2205 milliseconds