Searched refs:int_right (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
H A Derror_concealment.c101 const int int_right = MIN(b1_col + (4<<3), b2_col + (4<<3)); // right local
103 return (int_bottom - int_top) * (int_right - int_left);
/external/libvpx/libvpx/vp8/decoder/
H A Derror_concealment.c103 const int int_right = MIN(b1_col + (4<<3), b2_col + (4<<3)); // right local
105 return (int_bottom - int_top) * (int_right - int_left);

Completed in 1262 milliseconds