OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_plane
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c
3612
int
max_plane
= MAX_MB_PLANE;
local
4359
int
max_plane
= MAX_MB_PLANE;
local
[
all
...]
vp9_encodeframe.c
380
int
max_plane
;
local
389
max_plane
= is_inter_block(mbmi) ? MAX_MB_PLANE : 1;
390
for (i = 0; i <
max_plane
; ++i) {
397
for (i =
max_plane
; i < MAX_MB_PLANE; ++i) {
[
all
...]
Completed in 35 milliseconds