OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:macroblock_modes
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_mpeg12_bitstream.c
664
int dmv = mb->
macroblock_modes
.bits.frame_motion_type == PIPE_MPEG12_MO_TYPE_DUAL_PRIME;
667
if (mb->
macroblock_modes
.bits.frame_motion_type == PIPE_MPEG12_MO_TYPE_FIELD) {
688
int dmv = mb->
macroblock_modes
.bits.field_motion_type == PIPE_MPEG12_MO_TYPE_DUAL_PRIME;
691
if (mb->
macroblock_modes
.bits.field_motion_type == PIPE_MPEG12_MO_TYPE_16x8) {
854
mb.
macroblock_modes
.value = 0;
858
mb.
macroblock_modes
.bits.frame_motion_type = vl_vlc_get_uimsbf(&bs->vlc, 2);
860
mb.
macroblock_modes
.bits.frame_motion_type = 2;
862
mb.
macroblock_modes
.bits.field_motion_type = vl_vlc_get_uimsbf(&bs->vlc, 2);
866
mb.
macroblock_modes
.bits.frame_motion_type = 2;
868
mb.
macroblock_modes
.bits.field_motion_type = 1
[
all
...]
vl_mpeg12_decoder.c
285
switch (mb->
macroblock_modes
.bits.frame_motion_type) {
351
stream->coding = mb->
macroblock_modes
.bits.dct_type;
[
all
...]
/external/mesa3d/src/gallium/auxiliary/vl/
vl_mpeg12_bitstream.c
664
int dmv = mb->
macroblock_modes
.bits.frame_motion_type == PIPE_MPEG12_MO_TYPE_DUAL_PRIME;
667
if (mb->
macroblock_modes
.bits.frame_motion_type == PIPE_MPEG12_MO_TYPE_FIELD) {
688
int dmv = mb->
macroblock_modes
.bits.field_motion_type == PIPE_MPEG12_MO_TYPE_DUAL_PRIME;
691
if (mb->
macroblock_modes
.bits.field_motion_type == PIPE_MPEG12_MO_TYPE_16x8) {
854
mb.
macroblock_modes
.value = 0;
858
mb.
macroblock_modes
.bits.frame_motion_type = vl_vlc_get_uimsbf(&bs->vlc, 2);
860
mb.
macroblock_modes
.bits.frame_motion_type = 2;
862
mb.
macroblock_modes
.bits.field_motion_type = vl_vlc_get_uimsbf(&bs->vlc, 2);
866
mb.
macroblock_modes
.bits.frame_motion_type = 2;
868
mb.
macroblock_modes
.bits.field_motion_type = 1
[
all
...]
vl_mpeg12_decoder.c
285
switch (mb->
macroblock_modes
.bits.frame_motion_type) {
351
stream->coding = mb->
macroblock_modes
.bits.dct_type;
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/
surface.c
67
mb->
macroblock_modes
.bits.frame_motion_type = xvmc_mb->motion_type;
68
mb->
macroblock_modes
.bits.field_motion_type = 0;
73
mb->
macroblock_modes
.bits.frame_motion_type = 0;
74
mb->
macroblock_modes
.bits.field_motion_type = xvmc_mb->motion_type;
81
mb->
macroblock_modes
.bits.dct_type = xvmc_mb->dct_type;
/external/mesa3d/src/gallium/state_trackers/xvmc/
surface.c
67
mb->
macroblock_modes
.bits.frame_motion_type = xvmc_mb->motion_type;
68
mb->
macroblock_modes
.bits.field_motion_type = 0;
73
mb->
macroblock_modes
.bits.frame_motion_type = 0;
74
mb->
macroblock_modes
.bits.field_motion_type = xvmc_mb->motion_type;
81
mb->
macroblock_modes
.bits.dct_type = xvmc_mb->dct_type;
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_video_state.h
165
}
macroblock_modes
;
member in struct:pipe_mpeg12_macroblock
/external/mesa3d/src/gallium/include/pipe/
p_video_state.h
165
}
macroblock_modes
;
member in struct:pipe_mpeg12_macroblock
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
nouveau_video.c
180
if (luma && mb->
macroblock_modes
.bits.dct_type == PIPE_MPEG12_DCT_TYPE_FIELD)
304
switch (mb->
macroblock_modes
.bits.frame_motion_type) {
326
switch (mb->
macroblock_modes
.bits.field_motion_type) {
/external/mesa3d/src/gallium/drivers/nouveau/
nouveau_video.c
180
if (luma && mb->
macroblock_modes
.bits.dct_type == PIPE_MPEG12_DCT_TYPE_FIELD)
304
switch (mb->
macroblock_modes
.bits.frame_motion_type) {
326
switch (mb->
macroblock_modes
.bits.field_motion_type) {
/external/chromium_org/third_party/libva/va/
va.h
804
}
macroblock_modes
;
member in struct:_VAMacroblockParameterBufferMPEG2
[
all
...]
Completed in 438 milliseconds