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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ppc/
csystemdependent.c 36 int (*vp8_mbblock_error)(MACROBLOCK *mb, int dc); variable
155 vp8_mbblock_error = vp8_mbblock_error_c;
  /external/libvpx/libvpx/vp8/common/
rtcd_defs.pl 278 add_proto qw/int vp8_mbblock_error/, "struct macroblock *mb, int dc";
279 specialize qw/vp8_mbblock_error mmx sse2 msa/;
  /external/libvpx/config/generic/
vp8_rtcd.h 111 #define vp8_mbblock_error vp8_mbblock_error_c macro
  /external/libvpx/config/mips32/
vp8_rtcd.h 111 #define vp8_mbblock_error vp8_mbblock_error_c macro
  /external/libvpx/config/mips32-dspr2/
vp8_rtcd.h 122 #define vp8_mbblock_error vp8_mbblock_error_c macro
  /external/libvpx/config/mips64/
vp8_rtcd.h 111 #define vp8_mbblock_error vp8_mbblock_error_c macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
rtcd_defs.pl 482 add_proto qw/int vp8_mbblock_error/, "struct macroblock *mb, int dc";
483 specialize qw/vp8_mbblock_error mmx sse2/;
  /external/libvpx/config/arm/
vp8_rtcd.h 131 #define vp8_mbblock_error vp8_mbblock_error_c macro
  /external/libvpx/config/arm64/
vp8_rtcd.h 133 #define vp8_mbblock_error vp8_mbblock_error_c macro
  /external/libvpx/config/arm-neon/
vp8_rtcd.h 153 #define vp8_mbblock_error vp8_mbblock_error_c macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
vp8_rtcd.h 263 #define vp8_mbblock_error vp8_mbblock_error_c macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
vp8_rtcd.h 263 #define vp8_mbblock_error vp8_mbblock_error_c macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
vp8_rtcd.h 281 #define vp8_mbblock_error vp8_mbblock_error_c macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
vp8_rtcd.h 204 RTCD_EXTERN int (*vp8_mbblock_error)(struct macroblock *mb, int dc); variable
    [all...]
  /external/libvpx/config/x86/
vp8_rtcd.h 182 #define vp8_mbblock_error vp8_mbblock_error_xmm macro
  /external/libvpx/config/x86_64/
vp8_rtcd.h 182 #define vp8_mbblock_error vp8_mbblock_error_xmm macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
vp8_rtcd.h 303 #define vp8_mbblock_error vp8_mbblock_error_c macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
vp8_rtcd.h 353 #define vp8_mbblock_error vp8_mbblock_error_c macro
  /external/libvpx/libvpx/vp8/encoder/
rdopt.c 612 d = vp8_mbblock_error(mb, 1) << 2;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
rdopt.c 611 d = vp8_mbblock_error(mb, 1) << 2;
    [all...]

Completed in 837 milliseconds