Searched defs:second_pred (Results 1 - 3 of 3) sorted by relevance

/external/libvpx/libvpx/test/
H A Dvariance_test.cc40 const uint8_t *second_pred);
165 const uint8_t *second_pred, int l2w,
190 ((r + second_pred[w * y + x] + 1) >> 1) - src[w * y + x];
197 const uint16_t *sec16 = CONVERT_TO_SHORTPTR(second_pred);
164 subpel_avg_variance_ref(const uint8_t *ref, const uint8_t *src, const uint8_t *second_pred, int l2w, int l2h, int xoff, int yoff, uint32_t *sse_ptr, bool use_high_bit_depth, vpx_bit_depth_t bit_depth) argument
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_mcomp.c172 if (second_pred == NULL) { \
177 src_stride, &sse, second_pred); \
199 if (second_pred == NULL) \
204 src_stride, &sse, second_pred); \
325 int y_stride, const uint8_t *second_pred, int w, int h, int offset,
329 if (second_pred != NULL) {
332 vpx_highbd_comp_avg_pred(comp_pred16, second_pred, w, h, y + offset,
338 vpx_comp_avg_pred(comp_pred, second_pred, w, h, y + offset, y_stride);
351 if (second_pred != NULL) {
353 vpx_comp_avg_pred(comp_pred, second_pred,
321 setup_center_error( const MACROBLOCKD *xd, const MV *bestmv, const MV *ref_mv, int error_per_bit, const vp9_variance_fn_ptr_t *vfp, const uint8_t *const src, const int src_stride, const uint8_t *const y, int y_stride, const uint8_t *second_pred, int w, int h, int offset, int *mvjcost, int *mvcost[2], uint32_t *sse1, uint32_t *distortion) argument
388 vp9_skip_sub_pixel_tree(const MACROBLOCK *x, MV *bestmv, const MV *ref_mv, int allow_hp, int error_per_bit, const vp9_variance_fn_ptr_t *vfp, int forced_stop, int iters_per_step, int *cost_list, int *mvjcost, int *mvcost[2], uint32_t *distortion, uint32_t *sse1, const uint8_t *second_pred, int w, int h) argument
422 vp9_find_best_sub_pixel_tree_pruned_evenmore( const MACROBLOCK *x, MV *bestmv, const MV *ref_mv, int allow_hp, int error_per_bit, const vp9_variance_fn_ptr_t *vfp, int forced_stop, int iters_per_step, int *cost_list, int *mvjcost, int *mvcost[2], uint32_t *distortion, uint32_t *sse1, const uint8_t *second_pred, int w, int h) argument
487 vp9_find_best_sub_pixel_tree_pruned_more( const MACROBLOCK *x, MV *bestmv, const MV *ref_mv, int allow_hp, int error_per_bit, const vp9_variance_fn_ptr_t *vfp, int forced_stop, int iters_per_step, int *cost_list, int *mvjcost, int *mvcost[2], uint32_t *distortion, uint32_t *sse1, const uint8_t *second_pred, int w, int h) argument
547 vp9_find_best_sub_pixel_tree_pruned( const MACROBLOCK *x, MV *bestmv, const MV *ref_mv, int allow_hp, int error_per_bit, const vp9_variance_fn_ptr_t *vfp, int forced_stop, int iters_per_step, int *cost_list, int *mvjcost, int *mvcost[2], uint32_t *distortion, uint32_t *sse1, const uint8_t *second_pred, int w, int h) argument
638 vp9_find_best_sub_pixel_tree( const MACROBLOCK *x, MV *bestmv, const MV *ref_mv, int allow_hp, int error_per_bit, const vp9_variance_fn_ptr_t *vfp, int forced_stop, int iters_per_step, int *cost_list, int *mvjcost, int *mvcost[2], uint32_t *distortion, uint32_t *sse1, const uint8_t *second_pred, int w, int h) argument
1333 vp9_get_mvpred_av_var(const MACROBLOCK *x, const MV *best_mv, const MV *center_mv, const uint8_t *second_pred, const vp9_variance_fn_ptr_t *vfp, int use_mvcost) argument
2308 vp9_refining_search_8p_c(const MACROBLOCK *x, MV *ref_mv, int error_per_bit, int search_range, const vp9_variance_fn_ptr_t *fn_ptr, const MV *center_mv, const uint8_t *second_pred) argument
2468 vp9_return_max_sub_pixel_mv( const MACROBLOCK *x, MV *bestmv, const MV *ref_mv, int allow_hp, int error_per_bit, const vp9_variance_fn_ptr_t *vfp, int forced_stop, int iters_per_step, int *cost_list, int *mvjcost, int *mvcost[2], uint32_t *distortion, uint32_t *sse1, const uint8_t *second_pred, int w, int h) argument
2490 vp9_return_min_sub_pixel_mv( const MACROBLOCK *x, MV *bestmv, const MV *ref_mv, int allow_hp, int error_per_bit, const vp9_variance_fn_ptr_t *vfp, int forced_stop, int iters_per_step, int *cost_list, int *mvjcost, int *mvcost[2], uint32_t *distortion, uint32_t *sse1, const uint8_t *second_pred, int w, int h) argument
[all...]
H A Dvp9_rdopt.c1733 uint8_t *second_pred; local
1735 DECLARE_ALIGNED(16, uint8_t, second_pred[64 * 64]);
1786 second_pred = CONVERT_TO_BYTEPTR(second_pred_alloc_16);
1792 second_pred = (uint8_t *)second_pred_alloc_16;
1794 second_pred, pw, &frame_mv[refs[!id]].as_mv,
1800 second_pred, pw, &frame_mv[refs[!id]].as_mv, &sf,
1818 second_pred);
1821 second_pred, &cpi->fn_ptr[bsize], 1);
1832 &dis, &sse, second_pred, pw, ph);

Completed in 113 milliseconds