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

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_variance.c207 const uint8_t *second_pred) {
219 vp9_comp_avg_pred(temp3, second_pred, 64, 32, temp2, 64);
264 const uint8_t *second_pred) {
276 vp9_comp_avg_pred(temp3, second_pred, 32, 64, temp2, 32);
321 const uint8_t *second_pred) {
333 vp9_comp_avg_pred(temp3, second_pred, 32, 16, temp2, 32);
378 const uint8_t *second_pred) {
390 vp9_comp_avg_pred(temp3, second_pred, 16, 32, temp2, 16);
608 const uint8_t *second_pred) {
623 vp9_comp_avg_pred(temp3, second_pred,
200 vp9_sub_pixel_avg_variance64x32_c(const uint8_t *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, const uint8_t *dst_ptr, int dst_pixels_per_line, unsigned int *sse, const uint8_t *second_pred) argument
257 vp9_sub_pixel_avg_variance32x64_c(const uint8_t *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, const uint8_t *dst_ptr, int dst_pixels_per_line, unsigned int *sse, const uint8_t *second_pred) argument
314 vp9_sub_pixel_avg_variance32x16_c(const uint8_t *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, const uint8_t *dst_ptr, int dst_pixels_per_line, unsigned int *sse, const uint8_t *second_pred) argument
371 vp9_sub_pixel_avg_variance16x32_c(const uint8_t *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, const uint8_t *dst_ptr, int dst_pixels_per_line, unsigned int *sse, const uint8_t *second_pred) argument
601 vp9_sub_pixel_avg_variance4x4_c(const uint8_t *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, const uint8_t *dst_ptr, int dst_pixels_per_line, unsigned int *sse, const uint8_t *second_pred) argument
648 vp9_sub_pixel_avg_variance8x8_c(const uint8_t *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, const uint8_t *dst_ptr, int dst_pixels_per_line, unsigned int *sse, const uint8_t *second_pred) argument
692 vp9_sub_pixel_avg_variance16x16_c(const uint8_t *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, const uint8_t *dst_ptr, int dst_pixels_per_line, unsigned int *sse, const uint8_t *second_pred) argument
737 vp9_sub_pixel_avg_variance64x64_c(const uint8_t *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, const uint8_t *dst_ptr, int dst_pixels_per_line, unsigned int *sse, const uint8_t *second_pred) argument
781 vp9_sub_pixel_avg_variance32x32_c(const uint8_t *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, const uint8_t *dst_ptr, int dst_pixels_per_line, unsigned int *sse, const uint8_t *second_pred) argument
945 vp9_sub_pixel_avg_variance16x8_c(const uint8_t *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, const uint8_t *dst_ptr, int dst_pixels_per_line, unsigned int *sse, const uint8_t *second_pred) argument
989 vp9_sub_pixel_avg_variance8x16_c(const uint8_t *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, const uint8_t *dst_ptr, int dst_pixels_per_line, unsigned int *sse, const uint8_t *second_pred) argument
1033 vp9_sub_pixel_avg_variance8x4_c(const uint8_t *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, const uint8_t *dst_ptr, int dst_pixels_per_line, unsigned int *sse, const uint8_t *second_pred) argument
1079 vp9_sub_pixel_avg_variance4x8_c(const uint8_t *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, const uint8_t *dst_ptr, int dst_pixels_per_line, unsigned int *sse, const uint8_t *second_pred) argument
[all...]
H A Dvp9_mcomp.c357 z, src_stride, &sse, second_pred)
369 const uint8_t *second_pred,
407 vp9_comp_avg_pred(comp_pred, second_pred, w, h, y, y_stride);
719 const uint8_t *second_pred,
729 what->buf, what->stride, &unused, second_pred) +
1677 const uint8_t *second_pred, int w, int h) {
1688 second_pred, 0x7fffffff) +
1702 second_pred, best_sad);
359 vp9_find_best_sub_pixel_comp_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 *mvjcost, int *mvcost[2], int *distortion, unsigned int *sse1, const uint8_t *second_pred, int w, int h) argument
717 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
1671 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, int *mvjcost, int *mvcost[2], const MV *center_mv, const uint8_t *second_pred, int w, int h) argument
H A Dvp9_rdopt.c2548 uint8_t *second_pred = vpx_memalign(16, pw * ph * sizeof(uint8_t)); local
2599 second_pred, pw,
2622 &ref_mv[id].as_mv, second_pred,
2626 second_pred, &cpi->fn_ptr[bsize], 1);
2644 &dis, &sse, second_pred,
2674 vpx_free(second_pred);
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dvariance_test.cc167 const uint8_t *second_pred,
184 int diff = ((r + second_pred[w * y + x] + 1) >> 1) - src[w * y + x];
165 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, unsigned int *sse_ptr) argument
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_mcomp.c355 z, src_stride, &sse, second_pred)
367 const uint8_t *second_pred,
405 vp9_comp_avg_pred(comp_pred, second_pred, w, h, y + offset, y_stride);
713 const uint8_t *second_pred,
723 what->buf, what->stride, &unused, second_pred) +
1558 const uint8_t *second_pred) {
1567 second_pred, 0x7fffffff) +
1581 second_pred, best_sad);
357 vp9_find_best_sub_pixel_comp_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 *mvjcost, int *mvcost[2], int *distortion, unsigned int *sse1, const uint8_t *second_pred, int w, int h) argument
711 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
1553 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
H A Dvp9_rdopt.c2445 uint8_t *second_pred = vpx_memalign(16, pw * ph * sizeof(uint8_t)); local
2496 second_pred, pw,
2518 &ref_mv[id].as_mv, second_pred);
2521 second_pred, &cpi->fn_ptr[bsize], 1);
2539 &dis, &sse, second_pred,
2569 vpx_free(second_pred);
/external/libvpx/libvpx/test/
H A Dvariance_test.cc167 const uint8_t *second_pred,
184 int diff = ((r + second_pred[w * y + x] + 1) >> 1) - src[w * y + x];
165 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, unsigned int *sse_ptr) argument

Completed in 1008 milliseconds