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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dmpegvideo_enc.c1994 PutBitContext pb[2], pb2[2], tex_pb[2]; local
1802 encode_mb_hq(MpegEncContext *s, MpegEncContext *backup, MpegEncContext *best, int type, PutBitContext pb[2], PutBitContext pb2[2], PutBitContext tex_pb[2], int *dmin, int *next_block, int motion_x, int motion_y) argument
[all...]
H A Dh263.c904 PutBitContext * const tex_pb = s->data_partitioning && s->pict_type!=FF_B_TYPE ? &s->tex_pb : &s->pb; local
H A Dmpegvideo.h545 PutBitContext tex_pb; ///< used for data partitioned VOPs member in struct:MpegEncContext

Completed in 73 milliseconds