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.c2595 int this_me; in single_motion_search() local
2620 this_me = vp9_full_pixel_diamond_new( in single_motion_search()
2625 this_me = vp9_full_pixel_search( in single_motion_search()
2631 if (this_me < bestsme) { in single_motion_search()
2633 bestsme = this_me; in single_motion_search()