Home | History | Annotate | Download | only in src

Lines Matching refs:AVCCommonObj

42 \param "video"  "Pointer to AVCCommonObj."
44 AVCStatus IntraMBPrediction(AVCCommonObj *video);
46 void SaveNeighborForIntraPred(AVCCommonObj *video, int offset);
48 AVCStatus Intra_4x4(AVCCommonObj *video, int component, int SubBlock_indx, uint8 *comp);
49 void Intra_4x4_Vertical(AVCCommonObj *video, int block_offset);
50 void Intra_4x4_Horizontal(AVCCommonObj *video, int pitch, int block_offset);
51 void Intra_4x4_DC(AVCCommonObj *video, int pitch, int block_offset, AVCNeighborAvailability *availability);
52 void Intra_4x4_Down_Left(AVCCommonObj *video, int block_offset, AVCNeighborAvailability *availability);
53 void Intra_4x4_Diagonal_Down_Right(AVCCommonObj *video, int pitch, int block_offset);
54 void Intra_4x4_Diagonal_Vertical_Right(AVCCommonObj *video, int pitch, int block_offset);
55 void Intra_4x4_Diagonal_Horizontal_Down(AVCCommonObj *video, int pitch, int block_offset);
56 void Intra_4x4_Vertical_Left(AVCCommonObj *video, int block_offset, AVCNeighborAvailability *availability);
57 void Intra_4x4_Horizontal_Up(AVCCommonObj *video, int pitch, int block_offset);
58 void Intra_16x16_Vertical(AVCCommonObj *video);
59 void Intra_16x16_Horizontal(AVCCommonObj *video, int pitch);
60 void Intra_16x16_DC(AVCCommonObj *video, int pitch);
61 void Intra_16x16_Plane(AVCCommonObj *video, int pitch);
62 void Intra_Chroma_DC(AVCCommonObj *video, int pitch, uint8 *predCb, uint8 *predCr);
63 void Intra_Chroma_Horizontal(AVCCommonObj *video, int pitch, uint8 *predCb, uint8 *predCr);
64 void Intra_Chroma_Vertical(AVCCommonObj *video, uint8 *predCb, uint8 *predCr);
65 void Intra_Chroma_Plane(AVCCommonObj *video, int pitch, uint8 *predCb, uint8 *predCr);
72 \param "video" "Pointer to AVCCommonObj."
75 void InterMBPrediction(AVCCommonObj *video);
208 \param "video" "Pointer to AVCCommonObj."
213 AVCDec_Status mb_pred(AVCCommonObj *video, AVCMacroblock *currMB, AVCDecBitstream *stream);
217 \param "video" "Pointer to AVCCommonObj."
222 AVCDec_Status sub_mb_pred(AVCCommonObj *video, AVCMacroblock *currMB, AVCDecBitstream *stream);
287 \param "video" "Pointer to AVCCommonObj."
292 AVCDec_Status DecodeIntra4x4Mode(AVCCommonObj *video, AVCMacroblock *currMB, AVCDecBitstream *stream);
457 \param "video" "Pointer to AVCCommonObj."
467 \param "video" "Pointer to AVCCommonObj."
471 AVCDec_Status DecodePPS(AVCDecObject *decvid, AVCCommonObj *video, AVCDecBitstream *stream);
479 \param "video" "Pointer to AVCCommonObj."
483 AVCDec_Status DecodeSliceHeader(AVCDecObject *decvid, AVCCommonObj *video, AVCDecBitstream *stream);
488 \param "video" "Pointer to AVCCommonObj."
491 AVCDec_Status fill_frame_num_gap(AVCHandle *avcHandle, AVCCommonObj *video);
496 \param "video" "Pointer to AVCCommonObj."
502 AVCDec_Status ref_pic_list_reordering(AVCCommonObj *video, AVCDecBitstream *stream, AVCSliceHeader *sliceHdr, int slice_type);
507 \param "video" "Pointer to AVCCommonObj."
512 AVCDec_Status dec_ref_pic_marking(AVCCommonObj *video, AVCDecBitstream *stream, AVCSliceHeader *sliceHdr);
516 \param "video" "Pointer to AVCCommonObj."
520 AVCDec_Status DecodePOC(AVCCommonObj *video);
528 \param "video" "Pointer to AVCCommonObj."
531 AVCDec_Status DecodeIntraPCM(AVCCommonObj *video, AVCDecBitstream *stream);