OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bx0
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/vp8/common/
postproc.c
940
int
bx0
, by0;
local
944
for (
bx0
= x0;
bx0
< (x0+16);
bx0
+= 4)
948
x1 =
bx0
+ 2 + (mv->col >> 3);
951
constrain_line (
bx0
+2, &x1, by0+2, &y1, width, height);
952
vp8_blit_line (
bx0
+2, x1, by0+2, y1, y_buffer, y_stride);
[
all
...]
/external/v8/test/cctest/
test-macro-assembler-x64.cc
2338
Operand
bx0
= Operand(rbx, 0);
local
[
all
...]
Completed in 154 milliseconds