Home | History | Annotate | Download | only in encoder

Lines Matching refs:fn_ptr

1050     vp8_variance_fn_ptr_t *fn_ptr,
1101 bestsad = fn_ptr->sdf(what, what_stride, in_what, in_what_stride, UINT_MAX)
1126 thissad = fn_ptr->sdf(what, what_stride, check_here, in_what_stride, bestsad);
1160 return fn_ptr->vf(what, what_stride, best_address, in_what_stride, &thissad)
1174 vp8_variance_fn_ptr_t *fn_ptr,
1225 bestsad = fn_ptr->sdf(what, what_stride, in_what, in_what_stride, UINT_MAX)
1261 fn_ptr->sdx4df(what, what_stride, block_offset, in_what_stride, sad_array);
1293 thissad = fn_ptr->sdf(what, what_stride, check_here, in_what_stride, bestsad);
1327 return fn_ptr->vf(what, what_stride, best_address, in_what_stride, &thissad)
1333 vp8_variance_fn_ptr_t *fn_ptr, int *mvcost[2],
1376 bestsad = fn_ptr->sdf(what, what_stride, bestaddress,
1402 thissad = fn_ptr->sdf(what, what_stride, check_here, in_what_stride, bestsad);
1423 return fn_ptr->vf(what, what_stride, bestaddress, in_what_stride, &thissad)
1429 vp8_variance_fn_ptr_t *fn_ptr, int *mvcost[2],
1474 bestsad = fn_ptr->sdf(what, what_stride, bestaddress,
1503 fn_ptr->sdx3f(what, what_stride, check_here, in_what_stride, sad_array);
1531 thissad = fn_ptr->sdf(what, what_stride, check_here, in_what_stride, bestsad);
1557 return fn_ptr->vf(what, what_stride, bestaddress, in_what_stride, &thissad)
1563 vp8_variance_fn_ptr_t *fn_ptr, int *mvcost[2],
1609 bestsad = fn_ptr->sdf(what, what_stride,
1638 fn_ptr->sdx8f(what, what_stride, check_here, in_what_stride, sad_array8);
1668 fn_ptr->sdx3f(what, what_stride, check_here , in_what_stride, sad_array);
1696 thissad = fn_ptr->sdf(what, what_stride, check_here , in_what_stride, bestsad);
1721 return fn_ptr->vf(what, what_stride, bestaddress, in_what_stride, &thissad)
1727 vp8_variance_fn_ptr_t *fn_ptr, int *mvcost[2],
1754 bestsad = fn_ptr->sdf(what, what_stride, best_address,
1771 thissad = fn_ptr->sdf(what, what_stride, check_here , in_what_stride, bestsad);
1801 return fn_ptr->vf(what, what_stride, best_address, in_what_stride, &thissad)
1807 int search_range, vp8_variance_fn_ptr_t *fn_ptr,
1834 bestsad = fn_ptr->sdf(what, what_stride, best_address,
1857 fn_ptr->sdx4df(what, what_stride, block_offset, in_what_stride, sad_array);
1886 thissad = fn_ptr->sdf(what, what_stride, check_here , in_what_stride, bestsad);
1917 return fn_ptr->vf(what, what_stride, best_address, in_what_stride, &thissad)