Home
last modified time | relevance | path

Searched refs:mvjcost (Results 1 – 10 of 10) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_mcomp.h37 const int *mvjcost, int *mvcost[2], int weight);
87 int *mvjcost,
102 int *mvjcost, int *mvcost[2],
113 int *mvjcost, int *mvcost[2],
120 int *mvjcost, int *mvcost[2],
128 int *mvjcost, int *mvcost[2],
135 int *mvjcost, int *mvcost[2],
Dvp9_mcomp.c75 const int *mvjcost, int *mvcost[2], int weight) { in vp9_mv_bit_cost() argument
78 return ROUND_POWER_OF_TWO(mv_cost(&diff, mvjcost, mvcost) * weight, 7); in vp9_mv_bit_cost()
82 const int *mvjcost, int *mvcost[2], in mv_err_cost() argument
87 return ROUND_POWER_OF_TWO(mv_cost(&diff, mvjcost, mvcost) * in mv_err_cost()
163 ((mvjcost[((r) != rr) * 2 + ((c) != rc)] + \
270 int *mvjcost, int *mvcost[2], in vp9_find_best_sub_pixel_tree() argument
308 besterr += mv_err_cost(bestmv, ref_mv, mvjcost, mvcost, error_per_bit); in vp9_find_best_sub_pixel_tree()
366 int *mvjcost, int *mvcost[2], in vp9_find_best_sub_pixel_comp_tree() argument
410 besterr += mv_err_cost(bestmv, ref_mv, mvjcost, mvcost, error_per_bit); in vp9_find_best_sub_pixel_comp_tree()
883 int *mvjcost, int *mvcost[2], in vp9_full_range_search_c() argument
[all …]
Dvp9_rdopt.c1479 const int *mvjcost, int *mvcost[2]) { in labels2mode() argument
1494 mvjcost, mvcost, MV_COST_WEIGHT_SUB); in labels2mode()
1498 mvjcost, mvcost, MV_COST_WEIGHT_SUB); in labels2mode()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
Dvp9_rtcd.h23 #define DEC_MVCOSTS int *mvjcost, int *mvcost[2]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
Dvp9_rtcd.h23 #define DEC_MVCOSTS int *mvjcost, int *mvcost[2]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
Dvp9_rtcd.h23 #define DEC_MVCOSTS int *mvjcost, int *mvcost[2]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
Dvp9_rtcd.h23 #define DEC_MVCOSTS int *mvjcost, int *mvcost[2]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_rtcd_defs.pl16 #define DEC_MVCOSTS int *mvjcost, int *mvcost[2]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
Dvp9_rtcd.h23 #define DEC_MVCOSTS int *mvjcost, int *mvcost[2]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
Dvp9_rtcd.h24 #define DEC_MVCOSTS int *mvjcost, int *mvcost[2]