Searched defs:mb_count (Results 1 – 11 of 11) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | proresenc_anatoliy.c | 324 …FDCTDSPContext *fdsp, uint8_t *src, int16_t * blocks, int src_stride, int mb_count, int chroma, in… in calc_plane_dct() 361 static int encode_slice_plane(int16_t *blocks, int mb_count, uint8_t *buf, unsigned buf_size, int *… in encode_slice_plane() 379 … unsigned mb_count, uint8_t *buf, unsigned data_size, in encode_slice_data() 434 … unsigned mb_count, uint8_t *buf, unsigned data_size, unsigned* a_data_size) in encode_alpha_slice_data() 538 int mb_y, unsigned mb_count, uint8_t *buf, unsigned data_size, in encode_slice()
|
D | rv10.c | 100 int mb_count, pb_frame, marker, mb_xy; in rv10_decode_picture_header() local 447 int mb_count, mb_pos, left, start_mb_x, active_bits_size, ret; in rv10_decode_packet() local
|
D | proresdec.h | 33 unsigned mb_count; member
|
D | mxpegdec.c | 92 unsigned bitmask_size, mb_count; in mxpeg_decode_mxm() local
|
D | dxva2_vc1.c | 193 const unsigned mb_count = s->mb_width * (s->mb_height >> v->field_mode); in commit_bitstream_and_slice_buffer() local
|
D | dxva2_mpeg2.c | 159 const unsigned mb_count = s->mb_width * (s->mb_height >> is_field); in commit_bitstream_and_slice_buffer() local
|
D | cinepakenc.c | 157 int x, mb_count, strip_buf_size, frame_buf_size; in cinepak_encode_init() local 265 int mb_count = s->w * h / MB_AREA; in calculate_mode_score() local 530 int x, y, z, bits, temp_size, header_ofs, ret = 0, mb_count = s->w * h / MB_AREA; in encode_mode() local
|
D | dxva2_h264.c | 302 const unsigned mb_count = h->mb_width * h->mb_height; in commit_bitstream_and_slice_buffer() local
|
D | dxva2.c | 801 unsigned mb_count) in ff_dxva2_commit_buffer()
|
D | mpeg4videodec.c | 882 static int mpeg4_decode_partition_b(MpegEncContext *s, int mb_count) in mpeg4_decode_partition_b()
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11mpeg2dec.cpp | 687 guint mb_count = inner->width_in_mb * (inner->height_in_mb >> is_field); in gst_d3d11_mpeg2_dec_end_picture() local
|