OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sb_type
(Results
1 - 7
of
7
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_blockd.h
69
BLOCK_SIZE
sb_type
;
member in struct:__anon18008
93
return mi->mbmi.
sb_type
< BLOCK_8X8 ? mi->bmi[block].as_mode
247
return get_uv_tx_size_impl(mbmi->tx_size, mbmi->
sb_type
, pd->subsampling_x,
vp9_loopfilter.c
713
const BLOCK_SIZE block_size = mbmi->
sb_type
;
792
const BLOCK_SIZE block_size = mbmi->
sb_type
;
1189
const BLOCK_SIZE
sb_type
= mi[0].mbmi.
sb_type
;
local
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_blockd.h
110
static INLINE int b_width_log2(BLOCK_SIZE
sb_type
) {
111
return b_width_log2_lookup[
sb_type
];
113
static INLINE int b_height_log2(BLOCK_SIZE
sb_type
) {
114
return b_height_log2_lookup[
sb_type
];
117
static INLINE int mi_width_log2(BLOCK_SIZE
sb_type
) {
118
return mi_width_log2_lookup[
sb_type
];
124
BLOCK_SIZE
sb_type
;
member in struct:__anon31495
148
return mi->mbmi.
sb_type
< BLOCK_8X8 ? mi->bmi[block].as_mode
286
return get_uv_tx_size_impl(mbmi->tx_size, mbmi->
sb_type
);
vp9_loopfilter.c
503
const BLOCK_SIZE block_size = mbmi->
sb_type
;
582
const BLOCK_SIZE block_size = mbmi->
sb_type
;
659
switch (mip[0]->mbmi.
sb_type
) {
685
switch (mip[0]->mbmi.
sb_type
) {
715
switch (mip[0]->mbmi.
sb_type
) {
931
const BLOCK_SIZE
sb_type
= mi[0].mbmi.
sb_type
;
local
[
all
...]
/external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c
377
if (mbmi->
sb_type
< BLOCK_8X8)
715
const BLOCK_SIZE
sb_type
= mi->mbmi.
sb_type
;
local
736
if (
sb_type
< BLOCK_8X8) {
795
// TODO(slavarnway): Generate
sb_type
based on bwl and bhl, instead of
797
xd->mi[0]->mbmi.
sb_type
= bsize;
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_encodeframe.c
306
xd->mi[0]->mbmi.
sb_type
= bsize;
504
xd->mi[0]->mbmi.
sb_type
= BLOCK_64X64;
855
assert(mi->mbmi.
sb_type
== bsize);
912
if (is_inter_block(mbmi) && mbmi->
sb_type
< BLOCK_8X8) {
1392
const BLOCK_SIZE
sb_type
= prev_mi ? prev_mi->mbmi.
sb_type
: 0;
local
1900
BLOCK_SIZE
sb_type
= mi ? mi->mbmi.
sb_type
: 0;
local
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c
261
xd->mi[0]->mbmi.
sb_type
= bsize;
737
mbmi->
sb_type
= BLOCK_64X64;
2137
BLOCK_SIZE
sb_type
= mi ? mi->mbmi.
sb_type
: 0;
local
[
all
...]
Completed in 151 milliseconds