Home
last modified time | relevance | path

Searched refs:mb_quant (Results 1 – 18 of 18) sorted by relevance

/dports/cad/gmsh/gmsh-4.9.2-source/contrib/mpeg_encode/
H A Dmheaders.cpp294 uint32 mb_quant, uint32 motion_forw, uint32 motion_back,
724 uint32 mb_quant; in Mhead_GenMBHeader() local
743 mb_quant = TRUE; in Mhead_GenMBHeader()
746 mb_quant = FALSE; in Mhead_GenMBHeader()
750 GenMBType(bbPtr, pict_code_type, mb_quant, motion_forw, motion_back, mb_pattern, mb_intra); in Mhead_GenMBHeader()
753 if (mb_quant) { in Mhead_GenMBHeader()
833 uint32 mb_quant, in GenMBType() argument
846 if (mb_quant) { in GenMBType()
855 if (mb_quant) { in GenMBType()
901 if (mb_quant) { in GenMBType()
/dports/multimedia/mpeg_encode/mpeg_encode/
H A Dmheaders.c294 uint32 mb_quant, uint32 motion_forw, uint32 motion_back,
742 uint32 mb_quant; local
761 mb_quant = TRUE;
764 mb_quant = FALSE;
768 GenMBType(bbPtr, pict_code_type, mb_quant, motion_forw, motion_back, mb_pattern, mb_intra);
771 if (mb_quant) {
849 GenMBType(bbPtr, pict_code_type, mb_quant, motion_forw, motion_back, in GenMBType() argument
853 uint32 mb_quant;
867 if (mb_quant) {
876 if (mb_quant) {
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/mpeg_encodedir/
H A Dmheaders.c306 uint32 mb_quant, uint32 motion_forw, uint32 motion_back,
754 uint32 mb_quant; local
773 mb_quant = TRUE;
776 mb_quant = FALSE;
780 GenMBType(bbPtr, pict_code_type, mb_quant, motion_forw, motion_back, mb_pattern, mb_intra);
783 if (mb_quant) {
861 GenMBType(bbPtr, pict_code_type, mb_quant, motion_forw, motion_back, in GenMBType() argument
865 uint32 mb_quant;
879 if (mb_quant) {
888 if (mb_quant) {
[all …]
/dports/graphics/netpbm/netpbm-10.91.01/converter/ppm/ppmtompeg/
H A Dmheaders.c298 GenMBType(bbPtr, pict_code_type, mb_quant, motion_forw, motion_back, in GenMBType() argument
302 uint32 mb_quant;
316 if (mb_quant) {
325 if (mb_quant) {
372 if (mb_quant) {
1070 uint32 mb_quant; local
1089 mb_quant = TRUE;
1092 mb_quant = FALSE;
1096 GenMBType(bbPtr, pict_code_type, mb_quant,
1100 if (mb_quant) {
/dports/multimedia/mpeg_stat/mpeg_stat/
H A Ddecoders.h84 unsigned int mb_quant; /* macroblock_quant */ member
395 quant = mb_type_B[mb_scratch].mb_quant; \
465 quant = mb_type_P[mb_scratch].mb_quant; \
H A Ddecoders.c500 mb_type[i].mb_quant = quant; \
532 mb_type_P[0].mb_quant = mb_type_P[0].mb_motion_forward in init_mb_type_P()
571 mb_type_B[0].mb_quant = mb_type_B[0].mb_motion_forward in init_mb_type_B()
H A Dvideo.c1525 BOOLEAN mb_quant, mb_motion_forw, mb_motion_back, mb_pattern; local
1589 DecodeMBTypeI(mb_quant, mb_motion_forw, mb_motion_back, mb_pattern,
1594 DecodeMBTypeP(mb_quant, mb_motion_forw, mb_motion_back, mb_pattern,
1599 DecodeMBTypeB(mb_quant, mb_motion_forw, mb_motion_back, mb_pattern,
1606 if (mb_quant == TRUE) {
1788 mb_quant ? "Quant and cbp" : "cbp");
1792 mb_quant, mb_motion_forw, mb_motion_back, mb_pattern,
/dports/multimedia/mpeg_play/mpeg_play/
H A Ddecoders.h61 unsigned int mb_quant; /* macroblock_quant */ member
388 quant = mb_type_B[index].mb_quant; \
460 quant = mb_type_P[index].mb_quant; \
H A Ddecoders.c470 mb_type[i].mb_quant = quant; \
502 mb_type_P[0].mb_quant = mb_type_P[0].mb_motion_forward in init_mb_type_P()
541 mb_type_B[0].mb_quant = mb_type_B[0].mb_motion_forward in init_mb_type_B()
H A Dvideo.c1945 BOOLEAN mb_quant = 0, mb_motion_forw = 0, mb_motion_back = 0, local
1991 DecodeMBTypeI(mb_quant, mb_motion_forw, mb_motion_back, mb_pattern,
1996 DecodeMBTypeP(mb_quant, mb_motion_forw, mb_motion_back, mb_pattern,
2001 DecodeMBTypeB(mb_quant, mb_motion_forw, mb_motion_back, mb_pattern,
2011 if (mb_quant == TRUE) {
/dports/multimedia/smpeg/smpeg-0.4.4/video/
H A Ddecoders.h61 unsigned int mb_quant; /* macroblock_quant */ member
531 quant = mb_type_B[index].mb_quant; \
603 quant = mb_type_P[index].mb_quant; \
H A Ddecoders.cpp470 mb_type[i].mb_quant = quant; \
502 mb_type_P[0].mb_quant = mb_type_P[0].mb_motion_forward in init_mb_type_P()
541 mb_type_B[0].mb_quant = mb_type_B[0].mb_motion_forward in init_mb_type_B()
H A Dvideo.cpp1894 BOOLEAN mb_quant = 0, mb_motion_forw = 0, mb_motion_back = 0, in ParseMacroBlock() local
1959 DecodeMBTypeI(mb_quant, mb_motion_forw, mb_motion_back, mb_pattern, in ParseMacroBlock()
1964 DecodeMBTypeP(mb_quant, mb_motion_forw, mb_motion_back, mb_pattern, in ParseMacroBlock()
1969 DecodeMBTypeB(mb_quant, mb_motion_forw, mb_motion_back, mb_pattern, in ParseMacroBlock()
1979 if (mb_quant == TRUE) { in ParseMacroBlock()
/dports/multimedia/smpeg2/smpeg2-2.0.0/video/
H A Ddecoders.h61 unsigned int mb_quant; /* macroblock_quant */ member
531 quant = mb_type_B[index].mb_quant; \
603 quant = mb_type_P[index].mb_quant; \
H A Ddecoders.cpp470 mb_type[i].mb_quant = quant; \
502 mb_type_P[0].mb_quant = mb_type_P[0].mb_motion_forward in init_mb_type_P()
541 mb_type_B[0].mb_quant = mb_type_B[0].mb_motion_forward in init_mb_type_B()
H A Dvideo.cpp1816 BOOLEAN mb_quant = 0, mb_motion_forw = 0, mb_motion_back = 0, in ParseMacroBlock() local
1871 DecodeMBTypeI(mb_quant, mb_motion_forw, mb_motion_back, mb_pattern, in ParseMacroBlock()
1876 DecodeMBTypeP(mb_quant, mb_motion_forw, mb_motion_back, mb_pattern, in ParseMacroBlock()
1881 DecodeMBTypeB(mb_quant, mb_motion_forw, mb_motion_back, mb_pattern, in ParseMacroBlock()
1891 if (mb_quant == TRUE) { in ParseMacroBlock()
/dports/multimedia/xanim/xanim2920/
H A Dxa_mpg.h53 unsigned int mb_quant; /* macroblock_quant */ member
H A Dxa_mpg.c1102 { mb_type[i].mb_quant = quant; \
1118 mb_type_P[0].mb_quant = mb_type_P[0].mb_motion_forward in mpg_init_mb_type_P()
1139 mb_type_B[0].mb_quant = mb_type_B[0].mb_motion_forward in mpg_init_mb_type_B()
1867 Pquant = mb_type_P[index].mb_quant;