OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:b_col
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/vp8/common/
debugmodes.c
91
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
...]
/external/mesa3d/src/glsl/
lower_mat_op_to_vec.cpp
137
int
b_col
, i;
local
141
for (
b_col
= 0;
b_col
< b_var->type->matrix_columns;
b_col
++) {
143
ir_rvalue *b = get_element(b_var,
b_col
, 0);
156
b = get_element(b_var,
b_col
, i);
168
ir_rvalue *result = get_column(result_var,
b_col
);
Completed in 138 milliseconds