Home
last modified time | relevance | path

Searched refs:sdf (Results 1 – 8 of 8) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_mcomp.c532 bestsad = vfp->sdf(what->buf, what->stride, in vp9_pattern_search()
549 thissad = vfp->sdf(what->buf, what->stride, in vp9_pattern_search()
560 thissad = vfp->sdf(what->buf, what->stride, in vp9_pattern_search()
592 thissad = vfp->sdf(what->buf, what->stride, in vp9_pattern_search()
603 thissad = vfp->sdf(what->buf, what->stride, in vp9_pattern_search()
630 thissad = vfp->sdf(what->buf, what->stride, in vp9_pattern_search()
641 thissad = vfp->sdf(what->buf, what->stride, in vp9_pattern_search()
668 thissad = vfp->sdf(what->buf, what->stride, in vp9_pattern_search()
679 thissad = vfp->sdf(what->buf, what->stride, in vp9_pattern_search()
920 bestsad = fn_ptr->sdf(what, what_stride, in_what, in_what_stride, 0x7fffffff) in vp9_full_range_search_c()
[all …]
Dvp9_variance.h90 vp9_sad_fn_t sdf; member
Dvp9_onyx_if.c1396 cpi->fn_ptr[BT].sdf = SDF; \ in vp9_create_compressor()
Dvp9_rdopt.c2187 this_sad = cpi->fn_ptr[block_size].sdf(src_y_ptr, x->plane[0].src.stride, in mv_pred()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dmcomp.c902 bestsad = vfp->sdf(what, what_stride, this_offset, in_what_stride, UINT_MAX) in vp8_hex_search()
927 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad); in vp8_hex_search()
938 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad); in vp8_hex_search()
964 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad); in vp8_hex_search()
975 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad); in vp8_hex_search()
1006 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad); in vp8_hex_search()
1017 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad); in vp8_hex_search()
1101 bestsad = fn_ptr->sdf(what, what_stride, in_what, in_what_stride, UINT_MAX) in vp8_diamond_search_sad_c()
1126 thissad = fn_ptr->sdf(what, what_stride, check_here, in_what_stride, bestsad); in vp8_diamond_search_sad_c()
1225 bestsad = fn_ptr->sdf(what, what_stride, in_what, in_what_stride, UINT_MAX) in vp8_diamond_search_sadx4()
[all …]
Drdopt.c1694 …near_sad[1] = cpi->fn_ptr[BLOCK_16X16].sdf(src_y_ptr, b->src_stride, xd->dst.y_buffer - 16,xd->dst… in vp8_cal_sad()
1698 …near_sad[0] = cpi->fn_ptr[BLOCK_16X16].sdf(src_y_ptr, b->src_stride, xd->dst.y_buffer - xd->dst.y_… in vp8_cal_sad()
1701 …near_sad[0] = cpi->fn_ptr[BLOCK_16X16].sdf(src_y_ptr, b->src_stride, xd->dst.y_buffer - xd->dst.y_… in vp8_cal_sad()
1702 …near_sad[1] = cpi->fn_ptr[BLOCK_16X16].sdf(src_y_ptr, b->src_stride, xd->dst.y_buffer - 16,xd->dst… in vp8_cal_sad()
1703 …near_sad[2] = cpi->fn_ptr[BLOCK_16X16].sdf(src_y_ptr, b->src_stride, xd->dst.y_buffer - xd->dst.y_… in vp8_cal_sad()
1718 …near_sad[4] = cpi->fn_ptr[BLOCK_16X16].sdf(src_y_ptr, b->src_stride, pre_y_buffer - pre_y_stride *… in vp8_cal_sad()
1720 …near_sad[5] = cpi->fn_ptr[BLOCK_16X16].sdf(src_y_ptr, b->src_stride, pre_y_buffer - 16, pre_y_stri… in vp8_cal_sad()
1721 …near_sad[3] = cpi->fn_ptr[BLOCK_16X16].sdf(src_y_ptr, b->src_stride, pre_y_buffer, pre_y_stride, U… in vp8_cal_sad()
1723 …near_sad[6] = cpi->fn_ptr[BLOCK_16X16].sdf(src_y_ptr, b->src_stride, pre_y_buffer + 16, pre_y_stri… in vp8_cal_sad()
1725 …near_sad[7] = cpi->fn_ptr[BLOCK_16X16].sdf(src_y_ptr, b->src_stride, pre_y_buffer + pre_y_stride *… in vp8_cal_sad()
Donyx_if.c2016 cpi->fn_ptr[BLOCK_16X16].sdf = vp8_sad16x16; in vp8_create_compressor()
2026 cpi->fn_ptr[BLOCK_16X8].sdf = vp8_sad16x8; in vp8_create_compressor()
2036 cpi->fn_ptr[BLOCK_8X16].sdf = vp8_sad8x16; in vp8_create_compressor()
2046 cpi->fn_ptr[BLOCK_8X8].sdf = vp8_sad8x8; in vp8_create_compressor()
2056 cpi->fn_ptr[BLOCK_4X4].sdf = vp8_sad4x4; in vp8_create_compressor()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dvariance.h105 vp8_sad_fn_t sdf; member