Searched defs:tex_pb (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | mpeg4videoenc.c | 488 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 D | mpegvideo_enc.c | 2767 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 D | mpegvideo.h | 382 PutBitContext tex_pb; ///< used for data partitioned VOPs member
|
Completed in 9 milliseconds