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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Ddebugmodes.c91 int b_col; local
94 for (b_col = 0; b_col < 4 * cols; b_col++)
96 mb_index = (b_row >> 2) * (cols + 1) + (b_col >> 2);
97 bindex = (b_row & 3) * 4 + (b_col & 3);
139 int b_col; local
142 for (b_col = 0; b_col < 4 * cols; b_col
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
H A Derror_concealment.c175 int b_row, int b_col)
186 col = (4 * b_col) << 3; /* Q3 */
172 vp8_calculate_overlaps(MB_OVERLAP *overlap_ul, int mb_rows, int mb_cols, union b_mode_info *bmi, int b_row, int b_col) argument

Completed in 36 milliseconds