Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:b_r
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/util/
H
A
D
u_box.h
202
int a_l[2], a_r[2], b_l[2],
b_r
[2];
in u_box_test_intersection_2d()
local
210
b_r
[0] = MAX2(b->x, b->x + b->width);
in u_box_test_intersection_2d()
212
b_r
[1] = MAX2(b->y, b->y + b->height);
in u_box_test_intersection_2d()
215
if (a_l[i] >
b_r
[i] || a_r[i] < b_l[i])
in u_box_test_intersection_2d()
/third_party/ffmpeg/libswscale/
H
A
D
input.c
33
#define r ((origin == AV_PIX_FMT_BGR48BE || origin == AV_PIX_FMT_BGR48LE || origin == AV_PIX_FMT_BGRA64BE || origin == AV_PIX_FMT_BGRA64LE) ?
b_r
: r_b)
34
#define b ((origin == AV_PIX_FMT_BGR48BE || origin == AV_PIX_FMT_BGR48LE || origin == AV_PIX_FMT_BGRA64BE || origin == AV_PIX_FMT_BGRA64LE) ? r_b :
b_r
)
45
unsigned int
b_r
= input_pixel(&src[i*4+2]);
in rgb64ToY_c_template()
local
63
int
b_r
= input_pixel(&src1[i*4+2]);
in rgb64ToUV_c_template()
local
82
unsigned
b_r
= (input_pixel(&src1[8 * i + 2]) + input_pixel(&src1[8 * i + 6]) + 1) >> 1;
in rgb64ToUV_half_c_template()
local
133
unsigned int
b_r
= input_pixel(&src[i * 3 + 2]);
in rgb48ToY_c_template()
local
154
unsigned
b_r
= input_pixel(&src1[i * 3 + 2]);
in rgb48ToUV_c_template()
local
178
unsigned
b_r
= (input_pixel(&src1[6 * i + 2]) +
in rgb48ToUV_half_c_template()
local
H
A
D
output.c
1469
#undef
b_r
macro
1595
#define
b_r
((target == AV_PIX_FMT_RGB24) ? b : r)
in yuv2rgb_write()
macro
1599
dest[i * 6 + 2] =
b_r
[Y1];
in yuv2rgb_write()
1602
dest[i * 6 + 5] =
b_r
[Y2];
in yuv2rgb_write()
1604
#undef
b_r
in yuv2rgb_write()
macro
Completed in 10 milliseconds