HomeSort by relevance Sort by last modified time
    Searched refs:vp9_sad16x16 (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_mbgraph.c 77 return vp9_sad16x16(x->plane[0].src.buf, x->plane[0].src.stride,
90 err = vp9_sad16x16(x->plane[0].src.buf, x->plane[0].src.stride,
126 err = vp9_sad16x16(x->plane[0].src.buf, x->plane[0].src.stride,
149 err = vp9_sad16x16(x->plane[0].src.buf, x->plane[0].src.stride,
  /external/libvpx/libvpx/vp9/encoder/
vp9_mbgraph.c 75 return vp9_sad16x16(x->plane[0].src.buf, x->plane[0].src.stride,
89 err = vp9_sad16x16(x->plane[0].src.buf, x->plane[0].src.stride,
128 err = vp9_sad16x16(x->plane[0].src.buf, x->plane[0].src.stride,
153 err = vp9_sad16x16(x->plane[0].src.buf, x->plane[0].src.stride,
vp9_sad.c 142 sad_array[i] = vp9_sad16x16(src_ptr, src_stride, ref_ptr + i, ref_stride,
151 sad_array[i] = vp9_sad16x16(src_ptr, src_stride, ref_ptr + i, ref_stride,
250 sad_array[i] = vp9_sad16x16(src_ptr, src_stride, ref_ptr[i], ref_stride,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_mbgraph.c 75 return vp9_sad16x16(x->plane[0].src.buf, x->plane[0].src.stride,
89 err = vp9_sad16x16(x->plane[0].src.buf, x->plane[0].src.stride,
128 err = vp9_sad16x16(x->plane[0].src.buf, x->plane[0].src.stride,
153 err = vp9_sad16x16(x->plane[0].src.buf, x->plane[0].src.stride,
vp9_sad.c 142 sad_array[i] = vp9_sad16x16(src_ptr, src_stride, ref_ptr + i, ref_stride,
151 sad_array[i] = vp9_sad16x16(src_ptr, src_stride, ref_ptr + i, ref_stride,
250 sad_array[i] = vp9_sad16x16(src_ptr, src_stride, ref_ptr[i], ref_stride,
  /external/libvpx/libvpx/vp9/common/
vp9_rtcd_defs.pl 507 add_proto qw/unsigned int vp9_sad16x16/, "const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int max_sad";
508 specialize qw/vp9_sad16x16 mmx/, "$sse2_x86inc";
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_rtcd_defs.pl 503 add_proto qw/unsigned int vp9_sad16x16/, "const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int max_sad";
504 specialize qw/vp9_sad16x16 mmx/, "$sse2_x86inc";
    [all...]
  /external/chromium_org/third_party/libvpx/source/config/linux/arm-neon-cpu-detect/
vp9_rtcd.h 399 RTCD_EXTERN unsigned int (*vp9_sad16x16)(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride); variable
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_rtcd_defs.pl     [all...]
  /external/chromium_org/third_party/libvpx/source/config/linux/arm/
vp9_rtcd.h 357 #define vp9_sad16x16 vp9_sad16x16_c macro
    [all...]
  /external/chromium_org/third_party/libvpx/source/config/linux/arm64/
vp9_rtcd.h 363 #define vp9_sad16x16 vp9_sad16x16_neon macro
    [all...]
  /external/chromium_org/third_party/libvpx/source/config/linux/generic/
vp9_rtcd.h 357 #define vp9_sad16x16 vp9_sad16x16_c macro
    [all...]
  /external/chromium_org/third_party/libvpx/source/config/linux/mips64el/
vp9_rtcd.h 357 #define vp9_sad16x16 vp9_sad16x16_c macro
    [all...]
  /external/chromium_org/third_party/libvpx/source/config/linux/mipsel/
vp9_rtcd.h 357 #define vp9_sad16x16 vp9_sad16x16_c macro
    [all...]
  /external/chromium_org/third_party/libvpx/source/config/nacl/
vp9_rtcd.h 357 #define vp9_sad16x16 vp9_sad16x16_c macro
    [all...]
  /external/libvpx/armv7a/
vp9_rtcd.h 348 #define vp9_sad16x16 vp9_sad16x16_c macro
    [all...]
  /external/libvpx/generic/
vp9_rtcd.h 348 #define vp9_sad16x16 vp9_sad16x16_c macro
    [all...]
  /external/libvpx/mips/
vp9_rtcd.h 348 #define vp9_sad16x16 vp9_sad16x16_c macro
    [all...]
  /external/chromium_org/third_party/libvpx/source/config/linux/ia32/
vp9_rtcd.h 445 RTCD_EXTERN unsigned int (*vp9_sad16x16)(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride); variable
    [all...]
  /external/chromium_org/third_party/libvpx/source/config/win/ia32/
vp9_rtcd.h 445 RTCD_EXTERN unsigned int (*vp9_sad16x16)(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride); variable
    [all...]
  /external/chromium_org/third_party/libvpx/source/config/linux/arm-neon/
vp9_rtcd.h 399 #define vp9_sad16x16 vp9_sad16x16_neon macro
    [all...]
  /external/libvpx/armv7a-neon/
vp9_rtcd.h 384 #define vp9_sad16x16 vp9_sad16x16_c macro
    [all...]
  /external/libvpx/mips-dspr2/
vp9_rtcd.h 387 #define vp9_sad16x16 vp9_sad16x16_c macro
    [all...]
  /external/chromium_org/third_party/libvpx/source/config/mac/ia32/
vp9_rtcd.h 410 #define vp9_sad16x16 vp9_sad16x16_c macro
    [all...]
  /external/chromium_org/third_party/libvpx/source/config/linux/x64/
vp9_rtcd.h 452 #define vp9_sad16x16 macro
    [all...]

Completed in 1200 milliseconds

1 2