/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | reconintra.c | 147 unsigned char * upred_ptr, in vp8_build_intra_predictors_mbuv_s_c() argument 209 vpx_memset(upred_ptr, expected_udc, 8); in vp8_build_intra_predictors_mbuv_s_c() 211 upred_ptr += pred_stride; in vp8_build_intra_predictors_mbuv_s_c() 220 vpx_memcpy(upred_ptr, uabove_row, 8); in vp8_build_intra_predictors_mbuv_s_c() 222 upred_ptr += pred_stride; in vp8_build_intra_predictors_mbuv_s_c() 232 vpx_memset(upred_ptr, uleft_col[i], 8); in vp8_build_intra_predictors_mbuv_s_c() 234 upred_ptr += pred_stride; in vp8_build_intra_predictors_mbuv_s_c() 261 upred_ptr[j] = predu; in vp8_build_intra_predictors_mbuv_s_c() 265 upred_ptr += pred_stride; in vp8_build_intra_predictors_mbuv_s_c()
|
D | reconinter.c | 210 unsigned char *upred_ptr = &x->predictor[256]; in vp8_build_inter16x16_predictors_mbuv() local 232 x->subpixel_predict8x8(uptr, pre_stride, mv_col & 7, mv_row & 7, upred_ptr, 8); in vp8_build_inter16x16_predictors_mbuv() 237 vp8_copy_mem8x8(uptr, pre_stride, upred_ptr, 8); in vp8_build_inter16x16_predictors_mbuv()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
D | recon_wrapper_sse2.c | 77 unsigned char * upred_ptr, in vp8_build_intra_predictors_mbuv_s_sse2() argument 83 upred_ptr, in vp8_build_intra_predictors_mbuv_s_sse2() 98 unsigned char * upred_ptr, in vp8_build_intra_predictors_mbuv_s_ssse3() argument 104 upred_ptr, in vp8_build_intra_predictors_mbuv_s_ssse3()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | intrapred_test.cc | 304 uint8_t *upred_ptr,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/ |
D | vp8_rtcd.h | 63 …ned char *uleft, unsigned char *vleft, int left_stride, unsigned char * upred_ptr, unsigned char *… 64 …ned char *uleft, unsigned char *vleft, int left_stride, unsigned char * upred_ptr, unsigned char *… 65 …ned char *uleft, unsigned char *vleft, int left_stride, unsigned char * upred_ptr, unsigned char *… 66 …ned char *uleft, unsigned char *vleft, int left_stride, unsigned char * upred_ptr, unsigned char *…
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/ |
D | vp8_rtcd.h | 88 …ned char *uleft, unsigned char *vleft, int left_stride, unsigned char * upred_ptr, unsigned char *…
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/ |
D | vp8_rtcd.h | 88 …ned char *uleft, unsigned char *vleft, int left_stride, unsigned char * upred_ptr, unsigned char *…
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/ |
D | vp8_rtcd.h | 102 …ned char *uleft, unsigned char *vleft, int left_stride, unsigned char * upred_ptr, unsigned char *…
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/ |
D | vp8_rtcd.h | 106 …ned char *uleft, unsigned char *vleft, int left_stride, unsigned char * upred_ptr, unsigned char *…
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/ |
D | vp8_rtcd.h | 124 …ned char *uleft, unsigned char *vleft, int left_stride, unsigned char * upred_ptr, unsigned char *…
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | rdopt.c | 473 unsigned char *upred_ptr = (*(x->block[16].base_src) + x->block[16].src); in VP8_UVSSE() local 504 mv_col & 7, mv_row & 7, upred_ptr, uv_stride, &sse2); in VP8_UVSSE() 512 upred_ptr, uv_stride, &sse2); in VP8_UVSSE()
|