HomeSort by relevance Sort by last modified time
    Searched full:vop (Results 1 - 25 of 107) sorted by null

1 2 3 4 5

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
omxVC_s.h 56 OMX_VIDEO_INTER EQU 0; /** P picture or P-VOP */
57 OMX_VIDEO_INTER_Q EQU 1; /** P picture or P-VOP */
58 OMX_VIDEO_INTER4V EQU 2; /** P picture or P-VOP */
59 OMX_VIDEO_INTRA EQU 3; /** I and P picture; I- and P-VOP */
60 OMX_VIDEO_INTRA_Q EQU 4; /** I and P picture; I- and P-VOP */
61 OMX_VIDEO_INTER4V_Q EQU 5; /** P picture or P-VOP (H.263)*/
62 OMX_VIDEO_DIRECT EQU 6; /** B picture or B-VOP (MPEG-4 only) */
63 OMX_VIDEO_INTERPOLATE EQU 7; /** B picture or B-VOP */
64 OMX_VIDEO_BACKWARD EQU 8; /** B picture or B-VOP */
65 OMX_VIDEO_FORWARD EQU 9; /** B picture or B-VOP */
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
omxVC_s.h 56 OMX_VIDEO_INTER EQU 0; /** P picture or P-VOP */
57 OMX_VIDEO_INTER_Q EQU 1; /** P picture or P-VOP */
58 OMX_VIDEO_INTER4V EQU 2; /** P picture or P-VOP */
59 OMX_VIDEO_INTRA EQU 3; /** I and P picture; I- and P-VOP */
60 OMX_VIDEO_INTRA_Q EQU 4; /** I and P picture; I- and P-VOP */
61 OMX_VIDEO_INTER4V_Q EQU 5; /** P picture or P-VOP (H.263)*/
62 OMX_VIDEO_DIRECT EQU 6; /** B picture or B-VOP (MPEG-4 only) */
63 OMX_VIDEO_INTERPOLATE EQU 7; /** B picture or B-VOP */
64 OMX_VIDEO_BACKWARD EQU 8; /** B picture or B-VOP */
65 OMX_VIDEO_FORWARD EQU 9; /** B picture or B-VOP */
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4lib_int.h 62 uint32 timeStamp; /* Vop TimeStamp in msec */
64 /* Actual syntax elements for VOP (standard) */
65 int predictionType; /* VOP prediction type */
66 uint timeInc; /* VOP time increment (relative to last mtb) */
70 int16 quantizer; /* VOP quantizer */
71 int fcodeForward; /* VOP dynamic range of motion vectors */
72 int fcodeBackward; /* VOP dynamic range of motion vectors */
80 } Vop;
87 uint timeInc_offset; /* timeInc offset for multiple VOP in a packet */
206 Vop *currVop; /* Current VOP (frame) *
    [all...]
packet_util.cpp 32 Vop *currVop = video->currVop;
70 /* if we have HEC, read some redundant VOP header information */
147 Vop *currVop = video->currVop;
198 Vop *currVop = video->currVop;
pvdec_api.cpp 41 extern Vop IMEM_currVop[1];
42 extern Vop IMEM_prevVop[1];
49 extern Vop IMEM_vopHEADER[2];
51 extern Vop IMEM_vopHeader[2][1];
110 /* Allocating Vop space, this has to change when we add */
115 else oscl_memset(video->currVop, 0, sizeof(Vop));
118 else oscl_memset(video->prevVop, 0, sizeof(Vop));
119 video->memoryUsage += (sizeof(Vop) * 2);
120 video->vopHeader = (Vop **) IMEM_vopHEADER;
123 video->currVop = (Vop *) oscl_malloc(sizeof(Vop))
    [all...]
get_pred_outside.cpp 23 xpos = x half-pixel of (x,y) coordinates within a VOP; motion
25 ypos = y half-pixel of (x,y) coordinates within a VOP; motion
27 comp = pointer to 8-bit compensated prediction values within a VOP;
29 c_prev = pointer to previous 8-bit prediction values within a VOP;
34 width = width of the VOP in pixels (x axis); full-pel resolution;
36 height = height of the VOP in pixels (y axis); full-pel resolution;
67 the motion vector points to a block outside the VOP. The function interpolates
68 the pixels that are outside the VOP using the boundary pixels for the block.
70 in the current VOP. The prediction values are generated by averaging pixel
71 values in the previous VOP; the block position in the previous frame i
    [all...]
datapart_decode.cpp 42 Vop *currVop = video->currVop;
67 mp4dec_log("DecodeFrameDataPartMode(): Vop type not supported.\n");
94 mp4dec_log("DecodeFrameDataPartMode(): Vop type not supported.\n");
132 /* Purpose : Decode Data Partitioned Mode Video Packet in I-VOP */
197 /* have we reached the end of the video packet or vop? */
295 /* Purpose : Decode Data Partitioned Mode Video Packet in P-VOP */
374 /* have we reached the end of the video packet or vop? */
510 /* I-VOP and P-VOP. */
pp_semaphore_chroma_inter.cpp 31 mvwidth = number of blocks per row in the luminance VOP (int)
32 height = luminance VOP height in pixels (int)
33 size = total number of pixel in the current luminance VOP (int)
169 /* Since total number of chrominance blocks per row in a VOP */
171 /* VOP, we use (mvwidth >> 1) when calculating the row offset. */
206 /* pstprcTypPrv. Since the number of pixels in a Chrominance VOP */
207 /* is (number of pixels in Luminance VOP/4), and there are 64 */
210 /* mv_loc = (number of pixels in Luminance VOP/(4*64)) */
vop.cpp 799 * 05/10/2000 Error resilient decoding of vop header.
802 PV_STATUS DecodeVOPHeader(VideoDecData *video, Vop *currVop, Bool use_ext_timestamp)
811 * Read the VOP header from the bitstream (No shortVideoHeader Mode here!)
826 /* We should have a VOP header following the GOV header. 03/15/2001 */
872 /* we always assumes fixed vop rate here */
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4lib_int.h 47 //Int timeStamp; /* Vop TimeStamp in msec */
55 /* Actual syntax elements for VOP (standard) */
56 Int predictionType; /* VOP prediction type */
57 Int timeInc; /* VOP time increment (relative to last mtb) */
61 Int quantizer; /* VOP quantizer */
62 Int fcodeForward; /* VOP dynamic range of motion vectors */
63 Int fcodeBackward; /* VOP dynamic range of motion vectors */
72 } Vop;
127 Int nGOBinVop; /* number of GOB in Vop 05/22/00 */
327 Vop *currVop; /* Current reconstructed VOP *
    [all...]
vop.cpp 24 PV_STATUS EncodeShortHeader(BitstreamEncVideo *stream, Vop *currVop);
25 PV_STATUS EncodeVOPHeader(BitstreamEncVideo *stream, Vol *currVol, Vop *currVop);
34 /* Purpose : Encode VOP Header */
45 Vop *currVop = video->currVop;
86 /* Encode VOP */
126 Vop *currVop = video->currVop;
149 status = EncodeVOPHeader(stream, currVol, currVop); /* Encode VOP Header */
159 status = EncodeFrameDataPartMode(video); /* Encode Data Partitioning Mode VOP */
163 status = EncodeFrameCombinedMode(video); /* Encode Combined Mode VOP */
167 status = EncodeFrameCombinedMode(video); /* Encode Combined Mode VOP */
    [all...]
datapart_encode.cpp 40 Vop *currVop = video->currVop;
42 Int width = currVop->width; /* has to be Vop, for multiple of 16 */
63 numHeaderBits = BitstreamGetPos(bs1); /* Number of bits in VOP Header */
142 /* INCLUDE VOP HEADER IN COUNT */
215 Vop *currVop = video->currVop;
219 Int width = currVop->width; /* has to be Vop, for multiple of 16 */
262 numHeaderBits = BitstreamGetPos(bs1); /* Number of bits in VOP Header */
mp4enc_api.cpp 641 video->nextEncIVop = 0; /* Sets up very first frame to be I-VOP! */
729 video->currVop = (Vop *) M4VENC_MALLOC(sizeof(Vop)); /* Memory for Current VOP */
762 video->prevBaseVop = (Vop *) M4VENC_MALLOC(sizeof(Vop)); /* Memory for Previous Base Vop */
779 video->nextBaseVop = (Vop *) M4VENC_MALLOC(sizeof(Vop)); /* Memory for Next Base Vop */
    [all...]
combined_encode.cpp 41 Vop *currVop = video->currVop;
43 Int width = currVop->width; /* has to be Vop, for multiple of 16 */
100 /* gob_frame_id is the same for different vop types - the reason should be SCD */
266 Vop *currVop = video->currVop;
271 Int width = currVop->width; /* has to be Vop, for multiple of 16 */
357 /* (gob_frame_id is the same for different vop types) The reason should be SCD */
592 else if (mbnum < nTotalMB) /* do not write GOB header if end of vop */
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
mp4_utils.h 135 NO_VOP = -1, // bitstream contains no VOP.
136 MPEG4_I_VOP = 0, // bitstream contains an MPEG4 I-VOP
137 MPEG4_P_VOP = 1, // bitstream contains an MPEG4 P-VOP
138 MPEG4_B_VOP = 2, // bitstream contains an MPEG4 B-VOP
139 MPEG4_S_VOP = 3, // bitstream contains an MPEG4 S-VOP
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
mp4_utils.h 134 NO_VOP = -1, // bitstream contains no VOP.
135 MPEG4_I_VOP = 0, // bitstream contains an MPEG4 I-VOP
136 MPEG4_P_VOP = 1, // bitstream contains an MPEG4 P-VOP
137 MPEG4_B_VOP = 2, // bitstream contains an MPEG4 B-VOP
138 MPEG4_S_VOP = 3, // bitstream contains an MPEG4 S-VOP
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
Android.mk 35 src/vop.cpp \
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
Android.mk 21 src/vop.cpp
  /external/llvm/lib/Target/R600/
SIInstrInfo.td 151 class VOP <string opName> {
166 >, VOP <opName>;
175 >, VOP <opName> {
192 >, VOP <opName>, VOP2_REV<revOp#"_e32", !eq(revOp, opName)>;
201 >, VOP <opName>, VOP2_REV<revOp#"_e64", !eq(revOp, opName)> {
220 >, VOP <opName>, VOP2_REV<revOp#"_e32", !eq(revOp, opName)>;
229 >, VOP <opName>, VOP2_REV<revOp#"_e64", !eq(revOp, opName)> {
244 >, VOP <opName>;
256 >, VOP <opName> {
274 >, VOP <opName>
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
glxreply.c 120 __glXSetupVendorRequest(struct glx_context * gc, GLint code, GLint vop,
131 req->vendorCode = vop;
  /external/mesa3d/src/glx/apple/
glxreply.c 120 __glXSetupVendorRequest(struct glx_context * gc, GLint code, GLint vop,
131 req->vendorCode = vop;
  /external/chromium_org/third_party/mesa/src/src/glx/
indirect_vertex_program.c 180 get_vertex_attrib(struct glx_context * gc, unsigned vop,
186 vop, 8);
  /external/mesa3d/src/glx/
indirect_vertex_program.c 180 get_vertex_attrib(struct glx_context * gc, unsigned vop,
186 vop, 8);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_DecodePadMV_PVOP.c 31 * Decodes and pads the four motion vectors associated with a non-intra P-VOP
47 * Any neighborhood macroblock outside the current VOP or video
  /frameworks/av/libvideoeditor/vss/src/
M4VD_EXTERNAL_BitstreamParser.c 198 /* Need to save it for vop parsing */
206 16); /* VOP time increment resolution */
220 1);/* Fixed VOP rate */
224 time_incr_length);/* Fixed VOP time increment */
396 /* reduced resolution vop enable */

Completed in 276 milliseconds

1 2 3 4 5