Searched defs:ref_stride (Results 1 – 7 of 7) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | sad_c.c | 18 const unsigned char *ref_ptr, int ref_stride, in sad_mx_n_c() 46 const unsigned char *ref_ptr, int ref_stride, in vp8_sad16x16_c() 53 const unsigned char *ref_ptr, int ref_stride, in vp8_sad8x8_c() 60 const unsigned char *ref_ptr, int ref_stride, in vp8_sad16x8_c() 68 const unsigned char *ref_ptr, int ref_stride, in vp8_sad8x16_c() 75 const unsigned char *ref_ptr, int ref_stride, in vp8_sad4x4_c() 82 const unsigned char *ref_ptr, int ref_stride, in vp8_sad16x16x3_c() 91 const unsigned char *ref_ptr, int ref_stride, in vp8_sad16x16x8_c() 105 const unsigned char *ref_ptr, int ref_stride, in vp8_sad16x8x3_c() 114 const unsigned char *ref_ptr, int ref_stride, in vp8_sad16x8x8_c() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_sad.c | 66 const uint8_t* const ref_ptr[], int ref_stride, in vp9_sad64x32x4d_c() 75 const uint8_t* const ref_ptr[], int ref_stride, in vp9_sad32x64x4d_c() 84 const uint8_t* const ref_ptr[], int ref_stride, in vp9_sad32x16x4d_c() 93 const uint8_t* const ref_ptr[], int ref_stride, in vp9_sad16x32x4d_c() 102 const uint8_t *ref_ptr, int ref_stride, in vp9_sad64x64x3_c() 111 const uint8_t *ref_ptr, int ref_stride, in vp9_sad32x32x3_c() 120 const uint8_t *ref_ptr, int ref_stride, in vp9_sad64x64x8_c() 129 const uint8_t *ref_ptr, int ref_stride, in vp9_sad32x32x8_c() 138 const uint8_t *ref_ptr, int ref_stride, in vp9_sad16x16x3_c() 147 const uint8_t *ref_ptr, int ref_stride, in vp9_sad16x16x8_c() [all …]
|
D | vp9_variance.c | 460 const uint8_t *ref_ptr, int ref_stride, in vp9_get_sse_sum_8x8_c() 1098 int height, const uint8_t *ref, int ref_stride) { in vp9_comp_avg_pred()
|
D | vp9_firstpass.c | 383 const int ref_stride = xd->plane[0].pre[0].stride; in zz_motion_search() local
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/ |
D | vp9_sad4d_intrin_avx2.c | 16 int ref_stride, in vp9_sad32x32x4d_avx2() 86 int ref_stride, in vp9_sad64x64x4d_avx2()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_reconintra.c | 315 int ref_stride, uint8_t *dst, int dst_stride, in build_intra_predictors() 440 const uint8_t *ref, int ref_stride, in vp9_predict_intra_block()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | firstpass.c | 419 int ref_stride = x->e_mbd.pre.y_stride; in zz_motion_search() local
|