Searched refs:mvjcost (Results 1 – 10 of 10) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_mcomp.h | 37 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],
|
D | vp9_mcomp.c | 75 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 …]
|
D | vp9_rdopt.c | 1479 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/ |
D | vp9_rtcd.h | 23 #define DEC_MVCOSTS int *mvjcost, int *mvcost[2]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/ |
D | vp9_rtcd.h | 23 #define DEC_MVCOSTS int *mvjcost, int *mvcost[2]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/ |
D | vp9_rtcd.h | 23 #define DEC_MVCOSTS int *mvjcost, int *mvcost[2]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/ |
D | vp9_rtcd.h | 23 #define DEC_MVCOSTS int *mvjcost, int *mvcost[2]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_rtcd_defs.pl | 16 #define DEC_MVCOSTS int *mvjcost, int *mvcost[2]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/ |
D | vp9_rtcd.h | 23 #define DEC_MVCOSTS int *mvjcost, int *mvcost[2]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/ |
D | vp9_rtcd.h | 24 #define DEC_MVCOSTS int *mvjcost, int *mvcost[2]
|