OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/glsl/
lower_mat_op_to_vec.cpp
125
int
b_col
, i;
local
129
for (
b_col
= 0;
b_col
< b->type->matrix_columns;
b_col
++) {
133
get_element(b,
b_col
, 0));
141
get_element(b,
b_col
, i));
147
assign = new(mem_ctx) ir_assignment(get_column(result,
b_col
), expr);
Completed in 774 milliseconds