Searched defs:mv_cost (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_mcomp.c | 85 static INLINE int mv_cost(const MV *mv, const int *joint_cost, in mv_cost() function 1837 const double mv_cost = in vp9_diamond_search_sad_new() local 1858 const double mv_cost = in vp9_diamond_search_sad_new() local 2298 double mv_cost; in vp9_full_pixel_diamond_new() local 2319 double mv_cost; in vp9_full_pixel_diamond_new() local 2496 const double mv_cost = in vp9_refining_search_sad_new() local 2515 const double mv_cost = in vp9_refining_search_sad_new() local
|
D | vp9_encoder.h | 297 double mv_cost[3]; member
|
D | vp9_rdopt.c | 2395 double mv_cost = 0; in single_motion_search() local
|
D | vp9_encoder.c | 5568 int mi_col, MV *mv, int rf_idx, double *mv_dist, double *mv_cost) {
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_diamond_search_sad_avx.c | 43 static INLINE int mv_cost(const int_mv mv, const int *joint_cost, in mv_cost() function
|
/external/libhevc/encoder/arm/ |
D | ihevce_coarse_layer_sad_neon.c | 579 S32 mv_cost; in hme_combine_4x4_sads_and_compute_cost_high_speed_neon() local 740 S32 mv_cost; in hme_combine_4x4_sads_and_compute_cost_high_quality_neon() local
|
/external/libvpx/libvpx/vp8/encoder/ |
D | firstpass.c | 862 int mv_cost; in estimate_modemvcost() local
|
/external/libaom/libaom/av1/encoder/ |
D | mcomp.c | 88 static INLINE int mv_cost(const MV *mv, const int *joint_cost, in mv_cost() function
|