OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_4x4_blocks_high
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c
428
const int
num_4x4_blocks_high
= num_4x4_blocks_high_lookup[bsize];
local
429
for (idy = 0; idy < 2; idy +=
num_4x4_blocks_high
) {
466
const int
num_4x4_blocks_high
= num_4x4_blocks_high_lookup[bsize];
local
468
for (idy = 0; idy < 2; idy +=
num_4x4_blocks_high
) {
529
const int
num_4x4_blocks_high
= num_4x4_blocks_high_lookup[m->mbmi.sb_type];
local
530
for (idy = 0; idy < 2; idy +=
num_4x4_blocks_high
) {
[
all
...]
vp9_rdopt.c
1040
const int
num_4x4_blocks_high
=
num_4x4_blocks_high
_lookup[bsize];
local
1159
const int
num_4x4_blocks_high
=
num_4x4_blocks_high
_lookup[bsize];
local
1478
const int
num_4x4_blocks_high
=
num_4x4_blocks_high
_lookup[mbmi->sb_type];
local
1690
const int
num_4x4_blocks_high
=
num_4x4_blocks_high
_lookup[bsize];
local
[
all
...]
vp9_encodeframe.c
744
const int
num_4x4_blocks_high
= num_4x4_blocks_high_lookup[bsize];
local
756
l +
num_4x4_blocks_high
* p,
757
(sizeof(ENTROPY_CONTEXT) *
num_4x4_blocks_high
) >>
774
const int
num_4x4_blocks_high
= num_4x4_blocks_high_lookup[bsize];
local
786
l +
num_4x4_blocks_high
* p,
789
(sizeof(ENTROPY_CONTEXT) *
num_4x4_blocks_high
) >>
1010
const int
num_4x4_blocks_high
=
num_4x4_blocks_high
_lookup[bsize];
local
2377
const int
num_4x4_blocks_high
=
num_4x4_blocks_high
_lookup[bsize];
local
[
all
...]
Completed in 33 milliseconds