Home
last modified time | relevance | path

Searched defs:mb_count (Results 1 - 10 of 10) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dproresdec.h33 unsigned mb_count; member
H A Ddxva2_mpeg2.c161 const unsigned mb_count = s->mb_width * (s->mb_height >> is_field); in commit_bitstream_and_slice_buffer() local
H A Dmxpegdec.c93 unsigned bitmask_size, mb_count; in mxpeg_decode_mxm() local
H A Ddxva2_h264.c304 const unsigned mb_count = h->mb_width * h->mb_height; in commit_bitstream_and_slice_buffer() local
H A Ddxva2_vc1.c196 const unsigned mb_count = s->mb_width * (s->mb_height >> v->field_mode); in commit_bitstream_and_slice_buffer() local
H A Drv10.c103 int mb_count, pb_frame, marker, mb_xy; in rv10_decode_picture_header() local
448 int mb_count, mb_pos, left, start_mb_x, active_bits_size, ret; in rv10_decode_packet() local
[all...]
H A Ddxva2.c797 ff_dxva2_commit_buffer(AVCodecContext *avctx, AVDXVAContext *ctx, DECODER_BUFFER_DESC *dsc, unsigned type, const void *data, unsigned size, unsigned mb_count) ff_dxva2_commit_buffer() argument
H A Dmpeg4videodec.c953 static int mpeg4_decode_partition_b(MpegEncContext *s, int mb_count) in mpeg4_decode_partition_b() argument
H A Dcinepakenc.c159 int x, mb_count, strip_buf_size, frame_buf_size; in cinepak_encode_init() local
266 int mb_count = s->w * h / MB_AREA; in calculate_mode_score() local
531 int x, y, z, bits, temp_size, header_ofs, ret = 0, mb_count = s->w * h / MB_AREA; encode_mode() local
[all...]
H A Dproresenc_anatoliy.c326 static void calc_plane_dct(FDCTDSPContext *fdsp, uint8_t *src, int16_t * blocks, int src_stride, int mb_count, int chroma, int is_422) in calc_plane_dct() argument
363 static int encode_slice_plane(int16_t *blocks, int mb_count, uint8_t *buf, unsigned buf_size, int *qmat, int sub_sample_chroma, in encode_slice_plane() argument
379 encode_slice_data(AVCodecContext *avctx, int16_t * blocks_y, int16_t * blocks_u, int16_t * blocks_v, unsigned mb_count, uint8_t *buf, unsigned data_size, unsigned* y_data_size, unsigned* u_data_size, unsigned* v_data_size, int qp) encode_slice_data() argument
435 encode_alpha_slice_data(AVCodecContext *avctx, int8_t * src_a, unsigned mb_count, uint8_t *buf, unsigned data_size, unsigned* a_data_size) encode_alpha_slice_data() argument
539 encode_slice(AVCodecContext *avctx, const AVFrame *pic, int mb_x, int mb_y, unsigned mb_count, uint8_t *buf, unsigned data_size, int unsafe, int *qp, int is_interlaced, int is_top_field) encode_slice() argument
[all...]

Completed in 13 milliseconds