Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_rdopt.c2490 double this_me; in single_motion_search() local
2492 int this_me; in single_motion_search()
2518 this_me = vp9_full_pixel_diamond_new( in single_motion_search()
2523 this_me = vp9_full_pixel_search( in single_motion_search()
2529 if (this_me < bestsme) { in single_motion_search()
2531 bestsme = this_me; in single_motion_search()