OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:n4_w
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_blockd.h
127
uint16_t
n4_w
, n4_h;
member in struct:macroblockd_plane
128
// log2 of
n4_w
, n4_h
/external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c
680
const int num_4x4_w = pd->
n4_w
;
701
const int num_4x4_w = pd->
n4_w
;
718
memset(pd->above_context, 0, sizeof(ENTROPY_CONTEXT) * pd->
n4_w
);
727
xd->plane[i].
n4_w
= (bw << 1) >> xd->plane[i].subsampling_x;
796
const int num_4x4_w = pd->
n4_w
;
829
const int num_4x4_w = pd->
n4_w
;
[
all
...]
Completed in 467 milliseconds