Home
last modified time | relevance | path

Searched defs:tex_pb (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmpeg4videoenc.c488 PutBitContext *const tex_pb = s->data_partitioning && s->pict_type != AV_PICTURE_TYPE_B ? &s->tex_pb : &s->pb; in ff_mpeg4_encode_mb() local
H A Dmpegvideo_enc.c2767 PutBitContext pb[2], pb2[2], tex_pb[2]; in encode_thread() local
2488 encode_mb_hq(MpegEncContext *s, MpegEncContext *backup, MpegEncContext *best, PutBitContext pb[2], PutBitContext pb2[2], PutBitContext tex_pb[2], int *dmin, int *next_block, int motion_x, int motion_y) encode_mb_hq() argument
[all...]
H A Dmpegvideo.h382 PutBitContext tex_pb; ///< used for data partitioned VOPs member

Completed in 9 milliseconds