OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_8x8_blocks_wide_lookup
(Results
1 - 7
of
7
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_common_data.h
20
extern const int
num_8x8_blocks_wide_lookup
[BLOCK_SIZES];
vp9_common_data.c
27
const int
num_8x8_blocks_wide_lookup
[BLOCK_SIZES] =
variable
/external/libvpx/libvpx/vp9/encoder/
vp9_segmentation.c
168
const int bs =
num_8x8_blocks_wide_lookup
[bsize], hbs = bs / 2;
173
bw =
num_8x8_blocks_wide_lookup
[mi_8x8[0]->mbmi.sb_type];
vp9_encodeframe.c
359
const int mi_width =
num_8x8_blocks_wide_lookup
[bsize];
482
const int mi_width =
num_8x8_blocks_wide_lookup
[bsize];
714
int mi_width =
num_8x8_blocks_wide_lookup
[bsize];
745
int mi_width =
num_8x8_blocks_wide_lookup
[bsize];
875
*bw =
num_8x8_blocks_wide_lookup
[bsize];
899
int bw =
num_8x8_blocks_wide_lookup
[bsize];
954
const int bs = MAX(
num_8x8_blocks_wide_lookup
[bsize]
[
all
...]
vp9_bitstream.c
597
mi_col,
num_8x8_blocks_wide_lookup
[m->mbmi.sb_type]);
[
all
...]
vp9_rdopt.c
[
all
...]
/external/libvpx/libvpx/vp9/decoder/
vp9_decodframe.c
172
const int bw =
num_8x8_blocks_wide_lookup
[bsize];
270
const int hbs =
num_8x8_blocks_wide_lookup
[bsize] / 2;
[
all
...]
Completed in 31 milliseconds