OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:update_mb_segmentation_map
(Results
1 - 15
of
15
) sorted by null
/external/libvpx/libvpx/test/
set_roi.cc
46
cpi.mb.e_mbd.
update_mb_segmentation_map
= 0;
110
EXPECT_EQ(1, cpi.mb.e_mbd.
update_mb_segmentation_map
)
111
<< "
update_mb_segmentation_map
error";
/external/v4l2_codec2/vda/
vp8_parser.h
30
bool
update_mb_segmentation_map
;
member in struct:media::Vp8SegmentationHeader
vp8_parser.cc
233
BD_READ_BOOL_OR_RETURN(&shdr->
update_mb_segmentation_map
);
260
if (shdr->
update_mb_segmentation_map
) {
v4l2_slice_video_decode_accelerator.cc
[
all
...]
/hardware/intel/common/libva/va/
va_dec_vp8.h
96
/* same as
update_mb_segmentation_map
in bitstream syntax */
97
unsigned int
update_mb_segmentation_map
: 1;
member in struct:_VAPictureParameterBufferVP8::__anon47549::__anon47550
va_dec_vp9.h
110
/** \brief corresponds to variable
update_mb_segmentation_map
va_enc_vp8.h
171
unsigned int
update_mb_segmentation_map
: 1;
member in struct:_VAEncPictureParameterBufferVP8::__anon47585::__anon47586
va_trace.c
[
all
...]
/external/libvpx/libvpx/vp8/common/
blockd.h
241
unsigned char
update_mb_segmentation_map
;
member in struct:macroblockd
/external/libvpx/libvpx/vp8/encoder/
bitstream.c
366
if (x->segmentation_enabled && x->
update_mb_segmentation_map
) {
479
if (cpi->mb.e_mbd.
update_mb_segmentation_map
) {
626
if (cpi->mb.e_mbd.
update_mb_segmentation_map
) {
1127
vp8_write_bit(bc, xd->
update_mb_segmentation_map
);
[
all
...]
onyx_if.c
381
cpi->mb.e_mbd.
update_mb_segmentation_map
= 1;
384
cpi->mb.e_mbd.
update_mb_segmentation_map
= 0;
462
cpi->mb.e_mbd.
update_mb_segmentation_map
= 1;
480
cpi->mb.e_mbd.
update_mb_segmentation_map
= 1;
591
cpi->mb.e_mbd.
update_mb_segmentation_map
= 1;
[
all
...]
encodeframe.c
891
if (xd->segmentation_enabled && xd->
update_mb_segmentation_map
) {
[
all
...]
/external/libvpx/libvpx/vp8/decoder/
decodemv.c
476
if (x->segmentation_enabled && x->
update_mb_segmentation_map
) {
496
if (pbi->mb.
update_mb_segmentation_map
) {
decodeframe.c
984
xd->
update_mb_segmentation_map
= (unsigned char)vp8_read_bit(bc);
[
all
...]
/hardware/intel/img/psb_video/src/
tng_VP8.c
[
all
...]
Completed in 305 milliseconds