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 - 12
of
12
) 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
vp9_pred_common.c
406
const int bw =
num_8x8_blocks_wide_lookup
[bsize];
vp9_loopfilter.c
525
int w =
num_8x8_blocks_wide_lookup
[block_size];
604
int w =
num_8x8_blocks_wide_lookup
[block_size];
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_vaq.c
121
const int bw = 8 *
num_8x8_blocks_wide_lookup
[bs] - right_overflow;
vp9_segmentation.c
171
const int bs =
num_8x8_blocks_wide_lookup
[bsize], hbs = bs / 2;
176
bw =
num_8x8_blocks_wide_lookup
[mi_8x8[0]->mbmi.sb_type];
vp9_encodeframe.c
378
const int mi_width =
num_8x8_blocks_wide_lookup
[bsize];
513
const int mi_width =
num_8x8_blocks_wide_lookup
[bsize];
745
int mi_width =
num_8x8_blocks_wide_lookup
[bsize];
775
int mi_width =
num_8x8_blocks_wide_lookup
[bsize];
904
*bw =
num_8x8_blocks_wide_lookup
[bsize];
928
int bw =
num_8x8_blocks_wide_lookup
[bsize];
[
all
...]
vp9_bitstream.c
559
mi_col,
num_8x8_blocks_wide_lookup
[m->mbmi.sb_type],
[
all
...]
vp9_firstpass.c
602
num_8x8_blocks_wide_lookup
[xd->mi_8x8[0]->mbmi.sb_type],
[
all
...]
vp9_rdopt.c
[
all
...]
/external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c
92
const int bw =
num_8x8_blocks_wide_lookup
[bsize];
556
const int bw =
num_8x8_blocks_wide_lookup
[bsize];
vp9_decodframe.c
357
const int bw =
num_8x8_blocks_wide_lookup
[bsize];
486
const int hbs =
num_8x8_blocks_wide_lookup
[bsize] / 2;
[
all
...]
Completed in 44 milliseconds