Home
last modified time | relevance | path

Searched refs:second_pred (Results 1 – 10 of 10) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_rtcd_defs.pl408 …t yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, const uint8_t *second_pred";
414 …t yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, const uint8_t *second_pred";
420 …t yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, const uint8_t *second_pred";
426 …t yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, const uint8_t *second_pred";
432 …t yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, const uint8_t *second_pred";
438 …t yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, const uint8_t *second_pred";
444 …t yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, const uint8_t *second_pred";
450 …t yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, const uint8_t *second_pred";
456 …t yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, const uint8_t *second_pred";
462 …t yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, const uint8_t *second_pred";
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_variance.c207 const uint8_t *second_pred) { in vp9_sub_pixel_avg_variance64x32_c() argument
219 vp9_comp_avg_pred(temp3, second_pred, 64, 32, temp2, 64); in vp9_sub_pixel_avg_variance64x32_c()
264 const uint8_t *second_pred) { in vp9_sub_pixel_avg_variance32x64_c() argument
276 vp9_comp_avg_pred(temp3, second_pred, 32, 64, temp2, 32); in vp9_sub_pixel_avg_variance32x64_c()
321 const uint8_t *second_pred) { in vp9_sub_pixel_avg_variance32x16_c() argument
333 vp9_comp_avg_pred(temp3, second_pred, 32, 16, temp2, 32); in vp9_sub_pixel_avg_variance32x16_c()
378 const uint8_t *second_pred) { in vp9_sub_pixel_avg_variance16x32_c() argument
390 vp9_comp_avg_pred(temp3, second_pred, 16, 32, temp2, 16); in vp9_sub_pixel_avg_variance16x32_c()
602 const uint8_t *second_pred) { in vp9_sub_pixel_avg_variance4x4_c() argument
617 vp9_comp_avg_pred(temp3, second_pred, 4, 4, temp2, 4); in vp9_sub_pixel_avg_variance4x4_c()
[all …]
Dvp9_mcomp.h46 const uint8_t *second_pred,
104 const uint8_t *second_pred,
136 const MV *center_mv, const uint8_t *second_pred,
Dvp9_variance.h39 const uint8_t *second_pred,
80 const uint8_t *second_pred);
Dvp9_sad.c44 const uint8_t *second_pred, \
47 vp9_comp_avg_pred(comp_pred, second_pred, m, n, ref_ptr, ref_stride); \
Dvp9_mcomp.c357 z, src_stride, &sse, second_pred)
369 const uint8_t *second_pred, in vp9_find_best_sub_pixel_comp_tree() argument
407 vp9_comp_avg_pred(comp_pred, second_pred, w, h, y, y_stride); in vp9_find_best_sub_pixel_comp_tree()
719 const uint8_t *second_pred, in vp9_get_mvpred_av_var() argument
729 what->buf, what->stride, &unused, second_pred) + in vp9_get_mvpred_av_var()
1706 const uint8_t *second_pred, int w, int h) { in vp9_refining_search_8p_c() argument
1717 second_pred, 0x7fffffff) + in vp9_refining_search_8p_c()
1731 second_pred, best_sad); in vp9_refining_search_8p_c()
Dvp9_rdopt.c2548 uint8_t *second_pred = vpx_memalign(16, pw * ph * sizeof(uint8_t)); in joint_motion_search() local
2599 second_pred, pw, in joint_motion_search()
2622 &ref_mv[id].as_mv, second_pred, in joint_motion_search()
2626 second_pred, &cpi->fn_ptr[bsize], 1); in joint_motion_search()
2644 &dis, &sse, second_pred, in joint_motion_search()
2674 vpx_free(second_pred); in joint_motion_search()
/hardware/intel/img/psb_video/src/mrst/
Dpsb_MPEG2MC.c148 int second_pred in psb__MPEG2MC_send_interPB_prediction() argument
172 if (TRUE == second_pred) { in psb__MPEG2MC_send_interPB_prediction()
201 if (second_pred) { in psb__MPEG2MC_send_interPB_prediction()
212 if (second_pred) { in psb__MPEG2MC_send_interPB_prediction()
230 if (second_pred) { in psb__MPEG2MC_send_interPB_prediction()
255 if (second_pred) { in psb__MPEG2MC_send_interPB_prediction()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
Dvp9_sad_sse2.asm26 second_pred, n_rows
30 second_pred, \
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dvariance_test.cc167 const uint8_t *second_pred, in subpel_avg_variance_ref() argument
184 int diff = ((r + second_pred[w * y + x] + 1) >> 1) - src[w * y + x]; in subpel_avg_variance_ref()