Searched refs:encode_block (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmjpegenc.c84 static void encode_block(MpegEncContext *s, int16_t *block, int n) function
146 encode_block(s, block[0], 0);
147 encode_block(s, block[2], 2);
148 encode_block(s, block[4], 4);
149 encode_block(s, block[8], 8);
150 encode_block(s, block[5], 5);
151 encode_block(s, block[9], 9);
154 encode_block(s, block[1], 1);
155 encode_block(s, block[3], 3);
156 encode_block(
[all...]
H A Dxfaceenc.c107 static void encode_block(char *bitmap, int w, int h, int level, ProbRangesQueue *pq) function
119 encode_block(bitmap, w, h, level, pq);
120 encode_block(bitmap + w, w, h, level, pq);
121 encode_block(bitmap + h * XFACE_WIDTH, w, h, level, pq);
122 encode_block(bitmap + w + h * XFACE_WIDTH, w, h, level, pq);
184 encode_block(xface->bitmap, 16, 16, 0, &pq);
185 encode_block(xface->bitmap + 16, 16, 16, 0, &pq);
186 encode_block(xface->bitmap + 32, 16, 16, 0, &pq);
187 encode_block(xface->bitmap + XFACE_WIDTH * 16, 16, 16, 0, &pq);
188 encode_block(xfac
[all...]
H A Dsvq1enc.c89 static int encode_block(SVQ1EncContext *s, uint8_t *src, uint8_t *ref, function
189 score += encode_block(s, src, ref, decoded, stride, level - 1,
191 score += encode_block(s, src + offset, ref + offset, decoded + offset,
391 score[0] += encode_block(s, src + 16 * x, NULL, temp, stride,
435 score[1] += encode_block(s, src + 16 * x, temp + 16*stride,
H A Dnellymoserenc.c295 static void encode_block(NellyMoserEncodeContext *s, unsigned char *output, int output_size) function
397 encode_block(s, avpkt->data, avpkt->size);
H A Dwmaenc.c163 static int encode_block(WMACodecContext *s, float (*src_coefs)[BLOCK_MAX_SIZE], int total_gain){ function
334 if(encode_block(s, src_coefs, total_gain) < 0)
H A Dflashsv2enc.c551 static int encode_block(FlashSV2Context *s, Palette * palette, Block * b, function
649 res = encode_block(s, &s->palette, b, prev, data, s->image_width * 3, s->comp, s->dist, keyframe);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmjpegenc.c373 static void encode_block(MpegEncContext *s, DCTELEM *block, int n) function
435 encode_block(s, block[i], i);
438 encode_block(s, block[5], 5);
440 encode_block(s, block[6], 6);
441 encode_block(s, block[5], 5);
442 encode_block(s, block[7], 7);
H A Dsvq1enc.c116 static int encode_block(SVQ1Context *s, uint8_t *src, uint8_t *ref, uint8_t *decoded, int stride, int level, int threshold, int lambda, int intra){ function
215 score += encode_block(s, src , ref , decoded , stride, level-1, threshold>>1, lambda, intra);
216 score += encode_block(s, src + offset, ref + offset, decoded + offset, stride, level-1, threshold>>1, lambda, intra);
390 score[0]+= encode_block(s, src+16*x, NULL, temp, stride, 5, 64, lambda, 1);
428 score[1]+= encode_block(s, src+16*x, temp+16, decoded, stride, 5, 64, lambda, 0);
H A Dnellymoserenc.c280 static void encode_block(NellyMoserEncodeContext *s, unsigned char *output, int output_size) function
379 encode_block(s, frame, buf_size);
H A Dwmaenc.c163 static int encode_block(WMACodecContext *s, float (*src_coefs)[BLOCK_MAX_SIZE], int total_gain){ function
338 if(encode_block(s, src_coefs, total_gain) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Damiflop.c790 static void encode_block(unsigned long *dest, unsigned long *src, int len) function
828 encode_block(raw, (ulong *)&hdr.magic, 4);
830 encode_block(raw, (ulong *)&hdr.labels, 16);
832 encode_block(raw, (ulong *)&hdr.hdrchk, 4);
834 encode_block(raw, (ulong *)&hdr.datachk, 4);
836 encode_block(raw, (ulong *)(unit[disk].trackbuf+cnt*512), 512);

Completed in 145 milliseconds