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

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
H A Derror_concealment.c91 * square has its upper-left corner at (b2_row, b2_col). Doesn't
94 static int block_overlap(int b1_row, int b1_col, int b2_row, int b2_col) argument
97 const int int_left = MAX(b1_col, b2_col); // left
101 const int int_right = MIN(b1_col + (4<<3), b2_col + (4<<3)); // right
/external/libvpx/libvpx/vp8/decoder/
H A Derror_concealment.c93 * square has its upper-left corner at (b2_row, b2_col). Doesn't
96 static int block_overlap(int b1_row, int b1_col, int b2_row, int b2_col) argument
99 const int int_left = MAX(b1_col, b2_col); // left
103 const int int_right = MIN(b1_col + (4<<3), b2_col + (4<<3)); // right

Completed in 3454 milliseconds