HomeSort by relevance Sort by last modified time
    Searched defs:b_col (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp8/common/
debugmodes.c 77 int b_col; local
80 for (b_col = 0; b_col < 4 * cols; ++b_col) {
81 mb_index = (b_row >> 2) * (cols + 1) + (b_col >> 2);
82 bindex = (b_row & 3) * 4 + (b_col & 3);
119 int b_col; local
122 for (b_col = 0; b_col < 4 * cols; ++b_col) {
    [all...]
  /external/mesa3d/src/compiler/glsl/
lower_mat_op_to_vec.cpp 129 unsigned b_col, i; local
133 for (b_col = 0; b_col < b->type->matrix_columns; b_col++) {
137 get_element(b, b_col, 0));
145 get_element(b, b_col, i));
151 assign = new(mem_ctx) ir_assignment(get_column(result, b_col), expr);

Completed in 8124 milliseconds