Home
last modified time | relevance | path

Searched refs:b_col (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp8/common/
Ddebugmodes.c77 int b_col; in vp8_print_modes_and_motion_vectors() local
80 for (b_col = 0; b_col < 4 * cols; ++b_col) { 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()
119 int b_col; in vp8_print_modes_and_motion_vectors() local
122 for (b_col = 0; b_col < 4 * cols; ++b_col) { 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/mesa3d/src/compiler/glsl/
Dlower_mat_op_to_vec.cpp129 unsigned b_col, i; in do_mul_mat_mat() local
133 for (b_col = 0; b_col < b->type->matrix_columns; b_col++) { in do_mul_mat_mat()
137 get_element(b, b_col, 0)); in do_mul_mat_mat()
145 get_element(b, b_col, i)); in do_mul_mat_mat()
151 assign = new(mem_ctx) ir_assignment(get_column(result, b_col), expr); in do_mul_mat_mat()
/external/libvpx/libvpx/vp8/decoder/
Derror_concealment.c151 union b_mode_info *bmi, int b_row, int b_col) { in calculate_overlaps() argument
161 col = (4 * b_col) << 3; /* Q3 */ in calculate_overlaps()
/external/libaom/libaom/av1/decoder/
Ddecodemv.c71 const int b_col = mi_col & (cm->seq_params.mib_size - 1); in read_delta_qindex() local
73 const int read_delta_q_flag = (b_col == 0 && b_row == 0); in read_delta_qindex()
103 const int b_col = mi_col & (cm->seq_params.mib_size - 1); in read_delta_lflevel() local
105 const int read_delta_lf_flag = (b_col == 0 && b_row == 0); in read_delta_lflevel()