HomeSort by relevance Sort by last modified time
    Searched full:int_bottom (Results 1 - 1 of 1) sorted by null

  /external/libvpx/libvpx/vp8/decoder/
error_concealment.c 104 const int int_bottom = MIN(b1_row + (4<<3), b2_row + (4<<3)); // bottom local
105 return (int_bottom - int_top) * (int_right - int_left);

Completed in 45 milliseconds