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:have_left
(Results
1 - 2
of
2
) sorted by relevance
/third_party/skia/third_party/externals/libwebp/src/enc/
H
A
D
predictor_enc.c
313
const int
have_left
= (start_x > 0);
in GetBestPredictorForTile()
local
316
const int context_start_x = start_x -
have_left
;
in GetBestPredictorForTile()
318
const int context_width = max_x +
have_left
+ (max_x < width - start_x);
in GetBestPredictorForTile()
356
sizeof(*argb) * (max_x +
have_left
+ 1));
in GetBestPredictorForTile()
370
sizeof(*argb) * (max_x +
have_left
+ (y + 1 < height)));
in GetBestPredictorForTile()
/third_party/ffmpeg/libavcodec/
H
A
D
vp9recon.c
41
int
have_left
= col > td->tile_col_start || x > 0;
in check_intra_mode()
local
44
static const uint8_t mode_conv[10][2 /*
have_left
*/][2 /* have_top */] = {
in check_intra_mode()
95
mode = mode_conv[mode][
have_left
][have_top];
in check_intra_mode()
111
if (
have_left
)
in check_intra_mode()
119
(!edges[mode].needs_topleft || (
have_left
&& top == topleft)) &&
in check_intra_mode()
155
if (
have_left
&& have_top) {
in check_intra_mode()
186
if (
have_left
) {
in check_intra_mode()
Completed in 4 milliseconds