Searched refs:block_width (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dflashsvenc.c61 int block_width, block_height; member in struct:FlashSVContext
145 int buf_size, int block_width, int block_height,
156 put_bits(&pb, 4, block_width / 16 - 1);
163 h_blocks = s->image_width / block_width;
164 h_part = s->image_width % block_width;
176 int x_pos = i * block_width; // horizontal position in frame
177 int cur_blk_width = (i < h_blocks) ? block_width : h_part;
189 unsigned long zsize = 3 * block_width * block_height;
144 encode_bitstream(FlashSVContext *s, const AVFrame *p, uint8_t *buf, int buf_size, int block_width, int block_height, uint8_t *previous_frame, int *I_frame) argument
H A Dflashsv2enc.c109 int block_width, block_height; member in struct:FlashSV2Context
149 s->block_width :
150 s->image_width - col * s->block_width;
213 s->block_width = (s->image_width / 12) & ~15;
216 if(!s->block_width)
217 s->block_width = 1;
222 s->cols = (s->image_width + s->block_width - 1) / s->block_width;
292 put_bits(&pb, 4, (s->block_width >> 4) - 1);
615 possl = stride * sl + col * s->block_width *
799 int block_width = optimum_block_width (s); local
[all...]
H A Dflashsv.c55 int block_width, block_height; member in struct:FlashSVContext
274 int last_blockwidth = s->block_width;
287 s->block_width = 16 * (get_bits(&gb, 4) + 1);
292 if ( last_blockwidth != s->block_width
309 h_blocks = s->image_width / s->block_width;
310 h_part = s->image_width % s->block_width;
316 if (s->block_size < s->block_width * s->block_height) {
317 int tmpblock_size = 3 * s->block_width * s->block_height, err;
339 s->block_size = s->block_width * s->block_height;
369 s->image_width, s->image_height, s->block_width,
[all...]
H A Dsvq1enc.c252 int block_width, block_height; local
264 block_width = (width + 15) / 16;
278 s->m.mb_width = block_width;
329 for (x = width; x < 16 * block_width; x++)
334 16 * block_width);
336 for (x = 0; x < block_width; x++) {
355 for (x = width; x < 16 * block_width; x++)
359 memcpy(&src[i * stride], &src[(i - 1) * stride], 16 * block_width);
362 for (x = 0; x < block_width; x++) {
H A Dtruemotion1.c67 int block_width; member in struct:TrueMotion1Context
118 int block_width; // vres member in struct:comp_types
453 s->block_width = compression_types[header.compression].block_width;
459 s->last_deltaset, s->last_vectable, s->compression, s->block_width,
656 if (s->block_width == 2) {
782 if (s->block_width == 2) {
H A Dh264_cavlc.c911 const int block_width= (sub_mb_type & (MB_TYPE_16x16|MB_TYPE_16x8)) ? 2 : 1; local
914 const int index= 4*i + block_width*j;
916 pred_motion(h, index, block_width, list, h->ref_cache[list][ scan8[index] ], &mx, &my);
H A Dh264_cabac.c2132 const int block_width= (sub_mb_type & (MB_TYPE_16x16|MB_TYPE_16x8)) ? 2 : 1; local
2136 const int index= 4*i + block_width*j;
2139 pred_motion(h, index, block_width, list, h->ref_cache[list][ scan8[index] ], &mx, &my);
H A Dsnowenc.c1612 int block_width = (width +15)>>4; local
1627 s->m.mb_width = block_width;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dflashsvenc.c61 int block_width, block_height; member in struct:FlashSVContext
124 int buf_size, int block_width, int block_height,
135 put_bits(&pb, 4, block_width / 16 - 1);
142 h_blocks = s->image_width / block_width;
143 h_part = s->image_width % block_width;
155 int x_pos = i * block_width; // horizontal position in frame
156 int cur_blk_width = (i < h_blocks) ? block_width : h_part;
168 unsigned long zsize = 3 * block_width * block_height;
123 encode_bitstream(FlashSVContext *s, AVFrame *p, uint8_t *buf, int buf_size, int block_width, int block_height, uint8_t *previous_frame, int *I_frame) argument
H A Dflashsv.c55 int block_width, block_height; member in struct:FlashSVContext
246 s->block_width = 16 * (get_bits(&gb, 4) + 1);
264 h_blocks = s->image_width / s->block_width;
265 h_part = s->image_width % s->block_width;
271 if (s->block_size < s->block_width * s->block_height) {
272 int tmpblock_size = 3 * s->block_width * s->block_height;
292 s->block_size = s->block_width * s->block_height;
320 s->image_width, s->image_height, s->block_width, s->block_height,
340 int x_pos = i * s->block_width; // horizontal position in frame
341 int cur_blk_width = (i < h_blocks) ? s->block_width
[all...]
H A Dsvq1enc.c265 int block_width, block_height; local
276 block_width = (width + 15) / 16;
290 s->m.mb_width= block_width;
332 for(x=width; x<16*block_width; x++)
336 memcpy(&src[i*stride], &src[(i-1)*stride], 16*block_width);
338 for (x = 0; x < block_width; x++) {
356 for(x=width; x<16*block_width; x++)
360 memcpy(&src[i*stride], &src[(i-1)*stride], 16*block_width);
363 for (x = 0; x < block_width; x++) {
H A Dtruemotion1.c64 int block_width; member in struct:TrueMotion1Context
115 int block_width; // vres member in struct:comp_types
449 s->block_width = compression_types[header.compression].block_width;
455 s->last_deltaset, s->last_vectable, s->compression, s->block_width,
639 if (s->block_width == 2) {
765 if (s->block_width == 2) {
H A Dh264_cavlc.c909 const int block_width= (sub_mb_type & (MB_TYPE_16x16|MB_TYPE_16x8)) ? 2 : 1; local
912 const int index= 4*i + block_width*j;
914 pred_motion(h, index, block_width, list, h->ref_cache[list][ scan8[index] ], &mx, &my);
H A Dh264_cabac.c2118 const int block_width= (sub_mb_type & (MB_TYPE_16x16|MB_TYPE_16x8)) ? 2 : 1; local
2122 const int index= 4*i + block_width*j;
2125 pred_motion(h, index, block_width, list, h->ref_cache[list][ scan8[index] ], &mx, &my);
H A Dsnowenc.c1661 int block_width = (width +15)>>4; local
1680 s->m.mb_width = block_width;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Dr100.c3117 int block_width, block_height, block_bytes; local
3122 block_width = 4;
3138 wblocks = (w + block_width - 1) / block_width;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Dvp8dsp_armv6.S1292 @ r1 dst_stride - block_width
1295 @ r4 block_width
1297 @ [sp] block_width

Completed in 291 milliseconds