Searched refs:tex_pb (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | mpegvideo_enc.c | 2682 d->tex_pb= s->tex_pb; in copy_context_after_encode() 2694 PutBitContext pb[2], PutBitContext pb2[2], PutBitContext tex_pb[2], in encode_mb_hq() 2706 s->tex_pb= tex_pb[*next_block]; in encode_mb_hq() 2722 score+= put_bits_count(&s->tex_pb); in encode_mb_hq() 2962 PutBitContext pb[2], pb2[2], tex_pb[2]; in encode_thread() local 2967 init_put_bits(&tex_pb[i], bit_buf_tex[i], MAX_MB_BYTES); in encode_thread() 3046 … || s->tex_pb.buf_end - s->tex_pb.buf - (put_bits_count(&s->tex_pb )>>3) < MAX_MB_BYTES){ in encode_thread() 3176 backup_s.tex_pb= s->tex_pb; in encode_thread() 3185 encode_mb_hq(s, &backup_s, &best_s, CANDIDATE_MB_TYPE_INTER, pb, pb2, tex_pb, in encode_thread() 3197 encode_mb_hq(s, &backup_s, &best_s, CANDIDATE_MB_TYPE_INTER_I, pb, pb2, tex_pb, in encode_thread() [all …]
|
D | mpeg4videoenc.c | 481 …PutBitContext *const tex_pb = s->data_partitioning && s->pict_type != AV_PICTURE_TYPE_B ? &s->tex_… in ff_mpeg4_encode_mb() local 790 mpeg4_encode_blocks(s, block, NULL, NULL, NULL, tex_pb); in ff_mpeg4_encode_mb() 848 mpeg4_encode_blocks(s, block, dc_diff, scan_table, dc_pb, tex_pb); in ff_mpeg4_encode_mb() 1331 init_put_bits(&s->tex_pb, start + pb_size, tex_size); in ff_mpeg4_init_partitions() 1338 const int tex_pb_len = put_bits_count(&s->tex_pb); in ff_mpeg4_merge_partitions() 1353 flush_put_bits(&s->tex_pb); in ff_mpeg4_merge_partitions() 1357 ff_copy_bits(&s->pb, s->tex_pb.buf, tex_pb_len); in ff_mpeg4_merge_partitions()
|
D | mpegvideo.h | 410 PutBitContext tex_pb; ///< used for data partitioned VOPs member
|