/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
conceal.cpp | 133 Purpose : Fill a macroblock with previous Vop. 138 void CopyVopMB(Vop *curr, uint8 *prevFrame, int mbnum, int width_Y, int height)
|
get_pred_adv_b_add.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; 33 width = width of the VOP in pixels (x axis); full-pel resolution 41 VOP (0 -> inside, 1 -> outside) 64 Compute pixel values for a block in the current VOP. The prediction 65 values are generated by averaging pixel values in the previous VOP; the [all...] |
mp4def.h | 85 /* session layer and vop layer start codes */
|
mp4dec_lib.h | 272 /* defined in vop.c */ 275 PV_STATUS DecodeVOPHeader(VideoDecData *video, Vop *currVop, Bool use_ext_tiemstamp); 276 PV_STATUS DecodeShortHeader(VideoDecData *video, Vop *currVop); 278 uint32 CalcVopDisplayTime(Vol *currVol, Vop *currVop, int shortVideoHeader); 310 void CopyVopMB(Vop *curr, uint8 *prev, int mbnum, int width, int height);
|
mb_motion_comp.cpp | 129 Vop *prev = video->prevVop; 131 /* Current Macroblock (MB) in the VOP */ 552 Vop *prev = video->prevVop; 553 Vop *comp;
|
combined_decode.cpp | 46 Vop *currVop = video->currVop; 79 mp4dec_log("DecodeFrameCombinedMode(): Vop type not supported.\n"); 195 /* have we reached the end of the video packet or vop? */
|
post_proc_semaphore.cpp | 24 int for intra-VOP mode or buffer of residual data of type int 25 for inter-VOP mode
|
pp_semaphore_luma.cpp | 36 width = luminance VOP width in pixels (int) 37 height = luminance VOP height in pixels (int)
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
mp4enc_lib.h | 29 /* defined in vop.c */ 129 void PaddingEdge(Vop *padVop);
|
mp4def.h | 157 /* session layer and vop layer start codes */
|
rate_control.cpp | 169 /* Purpose : Reset rate control before coding VOP, moved from vop.c */ 170 /* Compute QP for the whole VOP and initialize MB-based RC 176 4. Initialize internal RC parameters for Vop cooding */ 187 Vop *currVop = video->currVop; 284 /* Purpose : Update statistics for rate control after encoding each VOP. */ [all...] |
me_utils.cpp | 214 Purpose: Pad edge of a Vop 218 void PaddingEdge(Vop *refVop)
|
fastcodemb.cpp | 73 Vop *currVop = video->currVop; 304 Vop *currVop = video->currVop;
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/ |
mp4enc_api.h | 169 /** @brief Specifies default quantization parameters for I-Vop. Iquant[n] represents the n-th layer default quantization parameter. The default is Iquant[0]=12.*/ 172 /** @brief Specifies default quantization parameters for P-Vop. Pquant[n] represents the n-th layer default quantization parameter. The default is Pquant[0]=10.*/ 212 * With SCD enable, when a new scene is detected, I-Vop mode will be used for the first frame of 213 * the new scene resulting in better picture quality. An insertion of an I-VOP resets the intraPeriod 434 * @brief This function is called whenever users want the next base frame to be encoded as an I-Vop.
|
cvei.h | 406 /** This function dynamically changes the I-Vop update interval while 410 /** This function forces an I-Vop mode to the next frame to be encoded. */
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/ |
mp4dec_api.h | 125 uint8 *currentVop; /* The Vop for video the user can copy a new reference to */
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
omxVCM4P2_DecodeBlockCoef_Intra.c | 53 * Note, in case the corresponding block is out of VOP bound, the QP value will have
|
omxVCM4P2_DecodePadMV_PVOP_s.s | 16 ; * Decodes and pads four motion vectors of the non-intra macroblock in P-VOP.
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/ |
omxVCM4P2_DecodeBlockCoef_Intra.c | 59 * Note, in case the corresponding block is out of VOP bound, the QP value will have
|
omxVCM4P2_DecodePadMV_PVOP_s.s | 16 ; * Decodes and pads four motion vectors of the non-intra macroblock in P-VOP.
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
omxVCM4P2_TransRecBlockCoef_intra.c | 69 * block is outside of the VOP bound, the Qp value will not affect
|
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/ |
glX_XML.py | 143 vop = child.nsProp( 'vendorpriv', None ) 151 if vop: 152 self.glx_vendorpriv = int(vop)
|
/external/mesa3d/src/mapi/glapi/gen/ |
glX_XML.py | 143 vop = child.nsProp( 'vendorpriv', None ) 151 if vop: 152 self.glx_vendorpriv = int(vop)
|
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/ |
mp4_utils.cpp | 290 bits_parsed += vop_bits + 1;//Vop bit & Marker bits
|
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/ |
mp4_utils.cpp | 331 bits_parsed += vop_bits + 1;//Vop bit & Marker bits
|