Home
last modified time | relevance | path

Searched refs:vf (Results 1 – 17 of 17) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dvariance.h106 vp8_variance_fn_t vf; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dmcomp.h54 const vp8_variance_fn_ptr_t *vf,
Dmcomp.c265 besterr = vfp->vf(y, y_stride, z, b->src_stride, sse1); in vp8_find_best_sub_pixel_step_iteratively()
400 bestmse = vfp->vf(y, y_stride, z, b->src_stride, sse1); in vp8_find_best_sub_pixel_step()
711 bestmse = vfp->vf(y, y_stride, z, b->src_stride, sse1); in vp8_find_best_half_pixel_step()
1160 return fn_ptr->vf(what, what_stride, best_address, in_what_stride, &thissad) in vp8_diamond_search_sad_c()
1327 return fn_ptr->vf(what, what_stride, best_address, in_what_stride, &thissad) in vp8_diamond_search_sadx4()
1423 return fn_ptr->vf(what, what_stride, bestaddress, in_what_stride, &thissad) in vp8_full_search_sad_c()
1557 return fn_ptr->vf(what, what_stride, bestaddress, in_what_stride, &thissad) in vp8_full_search_sadx3()
1721 return fn_ptr->vf(what, what_stride, bestaddress, in_what_stride, &thissad) in vp8_full_search_sadx8()
1801 return fn_ptr->vf(what, what_stride, best_address, in_what_stride, &thissad) in vp8_refining_search_sad_c()
1917 return fn_ptr->vf(what, what_stride, best_address, in_what_stride, &thissad) in vp8_refining_search_sadx4()
Donyx_if.c2017 cpi->fn_ptr[BLOCK_16X16].vf = vp8_variance16x16; in vp8_create_compressor()
2027 cpi->fn_ptr[BLOCK_16X8].vf = vp8_variance16x8; in vp8_create_compressor()
2037 cpi->fn_ptr[BLOCK_8X16].vf = vp8_variance8x16; in vp8_create_compressor()
2047 cpi->fn_ptr[BLOCK_8X8].vf = vp8_variance8x8; in vp8_create_compressor()
2057 cpi->fn_ptr[BLOCK_4X4].vf = vp8_variance4x4; in vp8_create_compressor()
Dpickinter.c89 return vfp->vf(what, what_stride, in_what, in_what_stride, sse); in vp8_get_inter_mbpred_error()
Dfirstpass.c456 v_fn_ptr.vf = vp8_mse16x16; in first_pass_motion_search()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_variance.h92 vp9_variance_fn_t vf; member
Dvp9_mcomp.h68 const vp9_variance_fn_ptr_t *vf,
Dvp9_aq_variance.c133 var = cpi->fn_ptr[bs].vf(x->plane[0].src.buf, in block_variance()
Dvp9_pickmode.c192 int var = cpi->fn_ptr[bsize].vf(p->src.buf, p->src.stride, in model_rd_for_sb_y()
Dvp9_mcomp.c306 besterr = vfp->vf(y, y_stride, z, src_stride, sse1); in vp9_find_best_sub_pixel_tree()
408 besterr = vfp->vf(comp_pred, w, z, src_stride, sse1); in vp9_find_best_sub_pixel_comp_tree()
711 return vfp->vf(what->buf, what->stride, in vp9_get_mvpred_var()
Dvp9_rdopt.c443 (void) cpi->fn_ptr[bs].vf(p->src.buf, p->src.stride, in model_rd_for_sb()
510 cpi->fn_ptr[bs].vf(&p->src.buf[j * p->src.stride + k], p->src.stride, in model_rd_for_sb_y_tx()
2944 var = cpi->fn_ptr[y_size].vf(x->plane[0].src.buf, x->plane[0].src.stride, in handle_inter_mode()
2964 var_u = cpi->fn_ptr[uv_size].vf(x->plane[1].src.buf, in handle_inter_mode()
2972 var_v = cpi->fn_ptr[uv_size].vf(x->plane[2].src.buf, in handle_inter_mode()
Dvp9_encodeframe.c109 var = cpi->fn_ptr[bs].vf(x->plane[0].src.buf, x->plane[0].src.stride, in get_sby_perpixel_variance()
122 var = cpi->fn_ptr[bs].vf(x->plane[0].src.buf, in get_sby_perpixel_diff_variance()
Dvp9_firstpass.c413 v_fn_ptr.vf = get_block_variance_fn(bsize); in first_pass_motion_search()
Dvp9_onyx_if.c1398 cpi->fn_ptr[BT].vf = VF; \ in vp9_create_compressor()
/hardware/intel/common/libwsbm/src/
Dwsbm_manager.h165 extern int wsbmInit(struct _WsbmThreadFuncs *tf, struct _WsbmVNodeFuncs *vf);
Dwsbm_manager.c99 wsbmInit(struct _WsbmThreadFuncs *tf, struct _WsbmVNodeFuncs *vf) in wsbmInit() argument
104 wsbmCurVNodeFunc = vf; in wsbmInit()