Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/common/
Ddebugmodes.c74 int b_row; in vp8_print_modes_and_motion_vectors() local
76 for (b_row = 0; b_row < 4 * rows; ++b_row) { in vp8_print_modes_and_motion_vectors()
81 mb_index = (b_row >> 2) * (cols + 1) + (b_col >> 2); in vp8_print_modes_and_motion_vectors()
82 bindex = (b_row & 3) * 4 + (b_col & 3); in vp8_print_modes_and_motion_vectors()
116 int b_row; in vp8_print_modes_and_motion_vectors() local
118 for (b_row = 0; b_row < 4 * rows; ++b_row) { in vp8_print_modes_and_motion_vectors()
123 mb_index = (b_row >> 2) * (cols + 1) + (b_col >> 2); in vp8_print_modes_and_motion_vectors()
124 bindex = (b_row & 3) * 4 + (b_col & 3); in vp8_print_modes_and_motion_vectors()
/external/libvpx/libvpx/vp8/decoder/
Derror_concealment.c151 union b_mode_info *bmi, int b_row, int b_col) { in vp8_calculate_overlaps() argument
160 row = (4 * b_row) << 3; /* Q3 */ in vp8_calculate_overlaps()