Searched refs:PIPE_MPEG12_MB_TYPE_INTRA (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_bitstream.c96 #define I PIPE_MPEG12_MB_TYPE_INTRA
717 bool intra = mb->macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA;
864 } else if ((mb.macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA) && bs->desc->concealment_motion_vectors) {
873 mb.macroblock_type & (PIPE_MPEG12_MB_TYPE_INTRA | PIPE_MPEG12_MB_TYPE_PATTERN))
884 (mb.macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA && bs->desc->concealment_motion_vectors)) {
898 if (mb.macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA && bs->desc->concealment_motion_vectors) {
903 } else if (mb.macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA ||
922 if (inc > 1 || !(mb.macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA))
925 if (mb.macroblock_type & (PIPE_MPEG12_MB_TYPE_INTRA | PIPE_MPEG12_MB_TYPE_PATTERN)) {
H A Dvl_mpeg12_decoder.c263 if (mb->macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA) {
341 intra = mb->macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA ? 1 : 0;
595 if (mb->macroblock_type & (PIPE_MPEG12_MB_TYPE_PATTERN | PIPE_MPEG12_MB_TYPE_INTRA))
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_bitstream.c96 #define I PIPE_MPEG12_MB_TYPE_INTRA
717 bool intra = mb->macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA;
864 } else if ((mb.macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA) && bs->desc->concealment_motion_vectors) {
873 mb.macroblock_type & (PIPE_MPEG12_MB_TYPE_INTRA | PIPE_MPEG12_MB_TYPE_PATTERN))
884 (mb.macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA && bs->desc->concealment_motion_vectors)) {
898 if (mb.macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA && bs->desc->concealment_motion_vectors) {
903 } else if (mb.macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA ||
922 if (inc > 1 || !(mb.macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA))
925 if (mb.macroblock_type & (PIPE_MPEG12_MB_TYPE_INTRA | PIPE_MPEG12_MB_TYPE_PATTERN)) {
H A Dvl_mpeg12_decoder.c263 if (mb->macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA) {
341 intra = mb->macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA ? 1 : 0;
595 if (mb->macroblock_type & (PIPE_MPEG12_MB_TYPE_PATTERN | PIPE_MPEG12_MB_TYPE_INTRA))
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
H A Dp_video_state.h72 PIPE_MPEG12_MB_TYPE_INTRA = 0x10 enumerator in enum:pipe_mpeg12_macroblock_type
/external/mesa3d/src/gallium/include/pipe/
H A Dp_video_state.h72 PIPE_MPEG12_MB_TYPE_INTRA = 0x10 enumerator in enum:pipe_mpeg12_macroblock_type
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
H A Dnouveau_video.c133 } else if (mb->macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA) {
150 } else if (mb->macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA) {
163 bool intra = mb->macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA;
448 if (mb->macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA) {
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_video.c133 } else if (mb->macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA) {
150 } else if (mb->macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA) {
163 bool intra = mb->macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA;
448 if (mb->macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA) {

Completed in 77 milliseconds