Searched refs:blocks_per_slice (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dproresdec2.c286 int blocks_per_slice)
301 for (i = 1; i < blocks_per_slice; i++, out += 64) {
316 int16_t *out, int blocks_per_slice)
322 int log2_block_count = av_log2(blocks_per_slice);
330 block_mask = blocks_per_slice - 1;
367 int i, blocks_per_slice = slice->mb_count<<2; local
370 for (i = 0; i < blocks_per_slice; i++)
375 decode_dc_coeffs(&gb, blocks, blocks_per_slice);
376 if ((ret = decode_ac_coeffs(avctx, &gb, blocks, blocks_per_slice)) < 0)
400 int i, j, blocks_per_slice local
285 decode_dc_coeffs(GetBitContext *gb, int16_t *out, int blocks_per_slice) argument
315 decode_ac_coeffs(AVCodecContext *avctx, GetBitContext *gb, int16_t *out, int blocks_per_slice) argument
472 decode_slice_alpha(ProresContext *ctx, uint16_t *dst, int dst_stride, const uint8_t *buf, int buf_size, int blocks_per_slice) argument
[all...]
H A Dproresenc_anatoliy.c205 int blocks_per_slice, int *qmat)
216 for (i = 1; i < blocks_per_slice; i++, idx += 64) {
236 int16_t *in, int blocks_per_slice, int *qmat)
244 for (j = 0; j < blocks_per_slice; j++) {
291 int i, blocks_per_slice; local
307 blocks_per_slice = mb_count << (2 - chroma);
310 encode_dc_coeffs(&pb, blocks, blocks_per_slice, qmat);
311 encode_ac_coeffs(avctx, &pb, blocks, blocks_per_slice, qmat);
204 encode_dc_coeffs(PutBitContext *pb, int16_t *in, int blocks_per_slice, int *qmat) argument
235 encode_ac_coeffs(AVCodecContext *avctx, PutBitContext *pb, int16_t *in, int blocks_per_slice, int *qmat) argument
H A Dproresenc_kostya.c361 int blocks_per_slice, int scale)
372 for (i = 1; i < blocks_per_slice; i++, blocks += 64) {
387 int blocks_per_slice,
395 max_coeffs = blocks_per_slice << 6;
426 int blocks_per_slice, saved_pos; local
429 blocks_per_slice = mbs_per_slice * blocks_per_mb;
431 encode_dcs(pb, blocks, blocks_per_slice, qmat[0]);
432 encode_acs(pb, blocks, blocks_per_slice, plane_size_factor,
604 static int estimate_dcs(int *error, int16_t *blocks, int blocks_per_slice, argument
618 for (i = 1; i < blocks_per_slice;
360 encode_dcs(PutBitContext *pb, int16_t *blocks, int blocks_per_slice, int scale) argument
386 encode_acs(PutBitContext *pb, int16_t *blocks, int blocks_per_slice, int plane_size_factor, const uint8_t *scan, const int16_t *qmat) argument
635 estimate_acs(int *error, int16_t *blocks, int blocks_per_slice, int plane_size_factor, const uint8_t *scan, const int16_t *qmat) argument
677 int blocks_per_slice; local
[all...]
H A Dproresdec_lgpl.c374 int blocks_per_slice,
385 max_coeffs = blocks_per_slice << 6;
386 block_mask = blocks_per_slice - 1;
388 for (pos = blocks_per_slice - 1; pos < max_coeffs;) {
433 int mb_num, blocks_per_slice, ret; local
435 blocks_per_slice = mbs_per_slice * blocks_per_mb;
441 decode_dc_coeffs(&gb, td->blocks, blocks_per_slice);
443 ret = decode_ac_coeffs(&gb, td->blocks, blocks_per_slice,
373 decode_ac_coeffs(GetBitContext *gb, int16_t *out, int blocks_per_slice, int plane_size_factor, const uint8_t *scan) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dproresdec.c418 int blocks_per_slice,
429 max_coeffs = blocks_per_slice << 6;
430 block_mask = blocks_per_slice - 1;
432 for (pos = blocks_per_slice - 1; pos < max_coeffs;) {
471 int mb_num, blocks_per_slice; local
473 blocks_per_slice = mbs_per_slice * blocks_per_mb;
479 decode_dc_coeffs(&gb, td->blocks, blocks_per_slice);
481 decode_ac_coeffs(&gb, td->blocks, blocks_per_slice,
417 decode_ac_coeffs(GetBitContext *gb, DCTELEM *out, int blocks_per_slice, int plane_size_factor, const uint8_t *scan) argument

Completed in 40 milliseconds