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_HEIGHT
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
fmvc.c
32
#define
BLOCK_HEIGHT
112u
macro
543
int i, j, m, block = 0, h =
BLOCK_HEIGHT
, w = BLOCK_WIDTH;
in decode_init()
573
s->yb = avctx->height /
BLOCK_HEIGHT
;
in decode_init()
574
m = avctx->height %
BLOCK_HEIGHT
;
in decode_init()
577
h = m +
BLOCK_HEIGHT
;
in decode_init()
600
s->blocks[block].h =
BLOCK_HEIGHT
;
in decode_init()
601
s->blocks[block].size =
BLOCK_HEIGHT
* w;
in decode_init()
604
s->blocks[block].h =
BLOCK_HEIGHT
;
in decode_init()
605
s->blocks[block].size = BLOCK_WIDTH *
BLOCK_HEIGHT
;
in decode_init()
/third_party/mesa3d/src/gallium/frontends/xvmc/tests/
H
A
D
test_rendering.c
37
#define
BLOCK_HEIGHT
8
macro
38
#define BLOCK_SIZE (BLOCK_WIDTH *
BLOCK_HEIGHT
)
42
#define MACROBLOCK_HEIGHT_IN_BLOCKS (MACROBLOCK_HEIGHT /
BLOCK_HEIGHT
)
112
for (y = 0; y <
BLOCK_HEIGHT
; ++y)
in Gradient()
122
for (y = 0; y <
BLOCK_HEIGHT
; ++y)
in Gradient()
Completed in 2 milliseconds