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:BLOCK_WIDTH
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/xvmc/tests/
H
A
D
test_rendering.c
36
#define
BLOCK_WIDTH
8
macro
38
#define BLOCK_SIZE (
BLOCK_WIDTH
* BLOCK_HEIGHT)
41
#define MACROBLOCK_WIDTH_IN_BLOCKS (MACROBLOCK_WIDTH /
BLOCK_WIDTH
)
113
for (x = 0; x <
BLOCK_WIDTH
; ++x) {
in Gradient()
114
*block = (short)(start + range * (x / (float)(
BLOCK_WIDTH
- 1)));
in Gradient()
123
for (x = 0; x <
BLOCK_WIDTH
; ++x) {
in Gradient()
124
*block = (short)(start + range * (y / (float)(
BLOCK_WIDTH
- 1)));
in Gradient()
224
(short)(start + range * ((mbx * MACROBLOCK_WIDTH + bx *
BLOCK_WIDTH
) / (float)(INPUT_WIDTH - 1))),
in main()
225
(short)(start + range * ((mbx * MACROBLOCK_WIDTH + bx *
BLOCK_WIDTH
+
BLOCK_WIDTH
in main()
[all...]
/third_party/ffmpeg/libavcodec/
H
A
D
fmvc.c
33
#define
BLOCK_WIDTH
84u
macro
543
int i, j, m, block = 0, h = BLOCK_HEIGHT, w =
BLOCK_WIDTH
;
in decode_init()
562
s->xb = s->stride /
BLOCK_WIDTH
;
in decode_init()
563
m = s->stride %
BLOCK_WIDTH
;
in decode_init()
566
w = m +
BLOCK_WIDTH
;
in decode_init()
595
s->blocks[block].w =
BLOCK_WIDTH
;
in decode_init()
597
s->blocks[block].size =
BLOCK_WIDTH
* h;
in decode_init()
603
s->blocks[block].w =
BLOCK_WIDTH
;
in decode_init()
605
s->blocks[block].size =
BLOCK_WIDTH
* BLOCK_HEIGHT;
in decode_init()
Completed in 2 milliseconds