Searched refs:block (Results 176 - 200 of 638) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dra288.c75 float *block = ractx->sp_hist + 70 + 36; // current block local
78 memmove(ractx->sp_hist + 70, ractx->sp_hist + 75, 36*sizeof(*block));
80 /* block 46 of G.728 spec */
85 /* block 47 of G.728 spec */
88 /* block 48 of G.728 spec */
104 ff_celp_lp_synthesis_filterf(block, ractx->sp_lpc, buffer, 5, 36);
108 block[i] = av_clipf(block[i], -4095./4096., 4095./4096.);
H A Dfaanidct.c131 void ff_faanidct(DCTELEM block[64]){ argument
138 temp[i] = block[i] * prescale[i];
140 p8idct(block, temp, NULL, 0, 1, 8, 0);
141 p8idct(block, temp, NULL, 0, 8, 1, 1);
144 void ff_faanidct_add(uint8_t *dest, int line_size, DCTELEM block[64]){ argument
151 temp[i] = block[i] * prescale[i];
153 p8idct(block, temp, NULL, 0, 1, 8, 0);
157 void ff_faanidct_put(uint8_t *dest, int line_size, DCTELEM block[64]){ argument
164 temp[i] = block[i] * prescale[i];
166 p8idct(block, tem
[all...]
H A Dsvq3.c117 static void svq3_luma_dc_dequant_idct_c(DCTELEM *block, int qp) argument
128 const int z0 = 13*(block[offset+stride*0] + block[offset+stride*4]);
129 const int z1 = 13*(block[offset+stride*0] - block[offset+stride*4]);
130 const int z2 = 7* block[offset+stride*1] - 17*block[offset+stride*5];
131 const int z3 = 17* block[offset+stride*1] + 7*block[offset+stride*5];
146 block[strid
154 svq3_add_idct_c(uint8_t *dst, DCTELEM *block, int stride, int qp, int dc) argument
192 svq3_decode_block(GetBitContext *gb, DCTELEM *block, int index, const int type) argument
[all...]
H A Dmpegvideo.c44 DCTELEM *block, int n, int qscale);
46 DCTELEM *block, int n, int qscale);
48 DCTELEM *block, int n, int qscale);
50 DCTELEM *block, int n, int qscale);
52 DCTELEM *block, int n, int qscale);
54 DCTELEM *block, int n, int qscale);
56 DCTELEM *block, int n, int qscale);
310 s->block= s->blocks[0];
313 s->pblocks[i] = &s->block[i];
334 s->block
1673 put_dct(MpegEncContext *s, DCTELEM *block, int i, uint8_t *dest, int line_size, int qscale) argument
1681 add_dct(MpegEncContext *s, DCTELEM *block, int i, uint8_t *dest, int line_size) argument
1689 add_dequant_dct(MpegEncContext *s, DCTELEM *block, int i, uint8_t *dest, int line_size, int qscale) argument
1743 MPV_decode_mb_internal(MpegEncContext *s, DCTELEM block[12][64], int lowres_flag, int is_mpeg12) argument
1983 MPV_decode_mb(MpegEncContext *s, DCTELEM block[12][64]) argument
2088 dct_unquantize_mpeg1_intra_c(MpegEncContext *s, DCTELEM *block, int n, int qscale) argument
2120 dct_unquantize_mpeg1_inter_c(MpegEncContext *s, DCTELEM *block, int n, int qscale) argument
2149 dct_unquantize_mpeg2_intra_c(MpegEncContext *s, DCTELEM *block, int n, int qscale) argument
2179 dct_unquantize_mpeg2_intra_bitexact(MpegEncContext *s, DCTELEM *block, int n, int qscale) argument
2212 dct_unquantize_mpeg2_inter_c(MpegEncContext *s, DCTELEM *block, int n, int qscale) argument
2243 dct_unquantize_h263_intra_c(MpegEncContext *s, DCTELEM *block, int n, int qscale) argument
2280 dct_unquantize_h263_inter_c(MpegEncContext *s, DCTELEM *block, int n, int qscale) argument
[all...]
H A Ddsputil.c55 void ff_ea_idct_put_c(uint8_t *dest, int linesize, DCTELEM *block);
473 * @param block_w width of block
474 * @param block_h height of block
475 * @param src_x x coordinate of the top left sample of the block in the source buffer
476 * @param src_y y coordinate of the top left sample of the block in the source buffer
539 static void get_pixels_c(DCTELEM *restrict block, const uint8_t *pixels, int line_size) argument
545 block[0] = pixels[0];
546 block[1] = pixels[1];
547 block[2] = pixels[2];
548 block[
558 diff_pixels_c(DCTELEM *restrict block, const uint8_t *s1, const uint8_t *s2, int stride) argument
579 put_pixels_clamped_c(const DCTELEM *block, uint8_t *restrict pixels, int line_size) argument
601 put_pixels_clamped4_c(const DCTELEM *block, uint8_t *restrict pixels, int line_size) argument
619 put_pixels_clamped2_c(const DCTELEM *block, uint8_t *restrict pixels, int line_size) argument
635 put_signed_pixels_clamped_c(const DCTELEM *block, uint8_t *restrict pixels, int line_size) argument
656 add_pixels_clamped_c(const DCTELEM *block, uint8_t *restrict pixels, int line_size) argument
677 add_pixels_clamped4_c(const DCTELEM *block, uint8_t *restrict pixels, int line_size) argument
694 add_pixels_clamped2_c(const DCTELEM *block, uint8_t *restrict pixels, int line_size) argument
709 add_pixels8_c(uint8_t *restrict pixels, DCTELEM *block, int line_size) argument
726 add_pixels4_c(uint8_t *restrict pixels, DCTELEM *block, int line_size) argument
739 sum_abs_dctelem_c(DCTELEM *block) argument
3400 ff_block_permute(DCTELEM *block, uint8_t *permutation, const uint8_t *scantable, int last) argument
3485 clear_block_c(DCTELEM *block) argument
4182 ff_wmv2_idct_c(short * block) argument
4194 ff_wmv2_idct_put_c(uint8_t *dest, int line_size, DCTELEM *block) argument
4199 ff_wmv2_idct_add_c(uint8_t *dest, int line_size, DCTELEM *block) argument
4204 ff_jref_idct_put(uint8_t *dest, int line_size, DCTELEM *block) argument
4209 ff_jref_idct_add(uint8_t *dest, int line_size, DCTELEM *block) argument
4215 ff_jref_idct4_put(uint8_t *dest, int line_size, DCTELEM *block) argument
4220 ff_jref_idct4_add(uint8_t *dest, int line_size, DCTELEM *block) argument
4226 ff_jref_idct2_put(uint8_t *dest, int line_size, DCTELEM *block) argument
4231 ff_jref_idct2_add(uint8_t *dest, int line_size, DCTELEM *block) argument
4237 ff_jref_idct1_put(uint8_t *dest, int line_size, DCTELEM *block) argument
4243 ff_jref_idct1_add(uint8_t *dest, int line_size, DCTELEM *block) argument
[all...]
H A Dmpegvideo.h238 int b8_stride; ///< 2*mb_width+1 used for some 8x8 block arrays to allow simple addressing
239 int b4_stride; ///< 4*mb_width+1 used for some 4x4 block arrays to allow simple addressing
289 uint8_t *coded_block; ///< used for coded block pattern prediction (msmpeg4v3, wmv1)
356 #define MV_TYPE_16X8 2 ///< 2 vectors, one per 16x8 block
401 int block_index[6]; ///< index to current MB in block based arrays with edges
434 int block_last_index[12]; ///< last non zero coefficient in block
490 int obmc; ///< overlapped block motion compensation
641 DCTELEM (*block)[64]; ///< points to one of the following blocks member in struct:MpegEncContext
642 DCTELEM (*blocks)[8][64]; // for HQ mode we need to keep the best block
643 int (*decode_mb)(struct MpegEncContext *s, DCTELEM block[
[all...]
H A Dtiertexseqv.c73 unsigned char block[8 * 8]; local
79 src = seq_unpack_rle_block(src, block, sizeof(block));
81 memcpy(dst, &block[b * 8], 8);
86 src = seq_unpack_rle_block(src, block, sizeof(block));
89 dst[b * seq->frame.linesize[0]] = block[i * 8 + b];
H A Deaidct.c79 void ff_ea_idct_put_c(uint8_t *dest, int linesize, DCTELEM *block) { argument
82 block[0] += 4;
84 ea_idct_col(&temp[i], &block[i]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/onenand/
H A Donenand_bbt.c30 * Check for a pattern at the given place. Used to search bad block
31 * tables and good / bad block identifiers. Same as check_pattern, but
50 * create_bbt - [GENERIC] Create a bad block table by scanning the device
53 * @param bd descriptor for the good/bad block search pattern
57 * Create a bad block table by scanning the device
58 * for the given good/bad block identify pattern
99 /* If it is a initial bad block, just ignore it */
120 * onenand_memory_bbt - [GENERIC] create a memory based bad block table
122 * @param bd descriptor for the good/bad block search pattern
136 * onenand_isbad_bbt - [OneNAND Interface] Check if a block i
145 int block; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/qnx4/
H A Dfsync.c31 static int sync_block(struct inode *inode, unsigned short *block, int wait) argument
36 if (!*block)
38 tmp = *block;
39 bh = sb_find_get_block(inode->i_sb, *block);
42 if (*block != tmp) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/isofs/
H A Dexport.c20 unsigned long block,
26 if (block == 0)
28 inode = isofs_iget(sb, block, offset);
49 unsigned long block = objp[0]; local
52 return isofs_export_iget(sb, block, offset, generation);
57 * simply need to find its ".." entry, normalize its block and offset,
91 * the ".." entry is located in the same block. */
94 /* Get the block in question. */
19 isofs_export_iget(struct super_block *sb, unsigned long block, unsigned long offset, __u32 generation) argument
H A Ddir.c98 unsigned long block, offset, block_saved, offset_saved; local
109 block = filp->f_pos >> bufbits;
115 bh = isofs_bread(inode, block);
132 block = filp->f_pos >> bufbits;
137 block_saved = block;
146 block++;
150 bh = isofs_bread(inode, block);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dalloc.c31 * Right now, just search forward from the parent directory's block
104 * This function zeros out the allocated block, and updates all of the
111 blk_t block; local
128 retval = ext2fs_new_block(fs, goal, 0, &block);
132 retval = io_channel_write_blk(fs->io, block, 1, block_buf);
136 ext2fs_block_alloc_stats(fs, block, +1);
137 *ret = block;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/synth/
H A Dutil_mem.c47 INIT_LIST_HEAD(&hdr->block);
61 while ((p = hdr->block.next) != &hdr->block) {
69 * allocate a memory block (without mutex)
88 /* look for empty block */
90 list_for_each(p, &hdr->block) {
105 * create a new memory block with the given size
106 * the block is linked next to prev
119 if (! prev || prev == &hdr->block)
134 * allocate a memory block (wit
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/udf/
H A Dballoc.c85 struct udf_bitmap *bitmap, unsigned int block, unsigned long bitmap_nr)
94 bh = udf_tread(sb, udf_get_lb_pblock(sb, loc, block));
148 unsigned long block; local
165 block = bloc.logicalBlockNum + offset + (sizeof(struct spaceBitmapDesc) << 3);
169 block_group = block >> (sb->s_blocksize_bits + 3);
170 bit = block % (sb->s_blocksize << 3);
206 block += count;
225 int bit, block, block_group, group_start; local
239 block = first_block + (sizeof(struct spaceBitmapDesc) << 3);
240 block_group = block >> (s
84 read_block_bitmap(struct super_block * sb, struct udf_bitmap *bitmap, unsigned int block, unsigned long bitmap_nr) argument
287 int newbit, bit=0, block, block_group, group_start; local
[all...]
H A Ddirectory.c31 int i, num, block; local
62 block = udf_get_lb_pblock(dir->i_sb, *eloc, *offset);
72 if (!(fibh->sbh = fibh->ebh = udf_tread(dir->i_sb, block)))
83 block = udf_get_lb_pblock(dir->i_sb, *eloc, *offset+i);
84 tmp = udf_tgetblk(dir->i_sb, block);
124 block = udf_get_lb_pblock(dir->i_sb, *eloc, *offset);
136 if (!(fibh->ebh = udf_tread(dir->i_sb, block)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/ppc/
H A Didct_altivec.c100 vx0 = vec_mradds (vec_sl (block[0], shift), constants[1], zero); \
101 vx1 = vec_mradds (vec_sl (block[1], shift), constants[2], zero); \
102 vx2 = vec_mradds (vec_sl (block[2], shift), constants[3], zero); \
103 vx3 = vec_mradds (vec_sl (block[3], shift), constants[4], zero); \
104 vx4 = vec_mradds (vec_sl (block[4], shift), constants[1], zero); \
105 vx5 = vec_mradds (vec_sl (block[5], shift), constants[4], zero); \
106 vx6 = vec_mradds (vec_sl (block[6], shift), constants[3], zero); \
107 vx7 = vec_mradds (vec_sl (block[7], shift), constants[2], zero); \
159 void idct_put_altivec(uint8_t* dest, int stride, vec_s16* block) argument
186 void idct_add_altivec(uint8_t* dest, int stride, vec_s16* block) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/adfs/
H A Dinode.c24 * Lookup/Create a block at offset 'block' into 'inode'. We currently do
28 adfs_get_block(struct inode *inode, sector_t block, struct buffer_head *bh, argument
31 if (block < 0)
35 if (block >= inode->i_blocks)
38 block = __adfs_block_map(inode->i_sb, inode->i_ino, block);
39 if (block)
40 map_bh(bh, inode->i_sb, block);
47 adfs_error(inode->i_sb, "block
70 _adfs_bmap(struct address_space *mapping, sector_t block) argument
[all...]
H A Ddir_fplus.c27 unsigned long block; local
33 block = __adfs_block_map(sb, id, 0);
34 if (!block) {
39 dir->bh[0] = sb_bread(sb, block);
58 block = __adfs_block_map(sb, id, blk);
59 if (!block) {
64 dir->bh[blk] = sb_bread(sb, block);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/hmac/
H A Dsha1.c88 #define blk0(i) is_bigendian ? block->l[i] : \
89 (block->l[i] = (rol(block->l[i],24)&0xFF00FF00) \
90 |(rol(block->l[i],8)&0x00FF00FF))
91 #define blk(i) (block->l[i&15] = rol(block->l[(i+13)&15]^block->l[(i+8)&15] \
92 ^block->l[(i+2)&15]^block->l[i&15],1))
122 /* Hash a single 512-bit block
139 CHAR64LONG16* block; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/storage/
H A Ddatafab.c507 unsigned long block, blocks; local
559 block = ((u32)(srb->cmnd[2]) << 24) | ((u32)(srb->cmnd[3]) << 16) |
564 US_DEBUGP("datafab_transport: READ_10: read block 0x%04lx count %ld\n", block, blocks);
565 return datafab_read_data(us, info, block, blocks);
571 block = ((u32)(srb->cmnd[2]) << 24) | ((u32)(srb->cmnd[3]) << 16) |
577 US_DEBUGP("datafab_transport: READ_12: read block 0x%04lx count %ld\n", block, blocks);
578 return datafab_read_data(us, info, block, blocks);
582 block
[all...]
H A Djumpshot.c436 unsigned long block, blocks; local
489 block = ((u32)(srb->cmnd[2]) << 24) | ((u32)(srb->cmnd[3]) << 16) |
494 US_DEBUGP("jumpshot_transport: READ_10: read block 0x%04lx count %ld\n", block, blocks);
495 return jumpshot_read_data(us, info, block, blocks);
501 block = ((u32)(srb->cmnd[2]) << 24) | ((u32)(srb->cmnd[3]) << 16) |
507 US_DEBUGP("jumpshot_transport: READ_12: read block 0x%04lx count %ld\n", block, blocks);
508 return jumpshot_read_data(us, info, block, blocks);
512 block
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/nand/
H A Dnand_bbt.c5 * Bad block table support for the NAND driver
17 * When nand_scan_bbt is called, then it tries to find the bad block table
23 * If the tables are not versioned, then we "or" the bad block information.
26 * good / bad blocks and the bad block tables are created.
31 * The autogenerated bad block table is located in the last good blocks
36 * The table uses 2 bits per block
37 * 11b: block is good
38 * 00b: block is factory marked bad
39 * 01b, 10b: block is marked bad due to wear
41 * The memory bad block tabl
465 int bits, startblock, block, dir; local
619 int block = startblock + dir * i; local
892 int i, j, chips, block, nrblocks, update; local
1199 int block; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/squashfs/
H A Dinode.c170 ERROR("Metadata block marker corrupt @ %x\n",
252 * uncompress block
323 ERROR("sb_bread failed reading block 0x%x\n", cur_index);
329 long long block, unsigned int offset,
337 TRACE("Entered squashfs_get_cached_block [%llx:%x]\n", block, offset);
341 if (msblk->block_cache[i].block == block)
347 /* read inode header block */
351 if (msblk->block_cache[i].block !=
369 if (msblk->block_cache[i].block
328 squashfs_get_cached_block(struct super_block *s, char *buffer, long long block, unsigned int offset, int length, long long *next_block, unsigned int *next_offset) argument
678 long long block = SQUASHFS_INODE_BLK(inode) + local
1007 long long block; local
1345 long long block = SQUASHFS_I(inode)->start_block; local
1487 int block = 0; local
1573 int block = blocks > (SIZE >> 2) ? (SIZE >> 2) : local
1619 long long block; local
1660 long long block; local
1779 long long block; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/affs/
H A Dinode.c26 u32 block; local
33 block = inode->i_ino;
34 bh = affs_bread(sb, block);
36 affs_warning(sb, "read_inode", "Cannot read block %d", block);
42 AFFS_HEAD(bh)->ptype, block);
172 // possibly free block
176 affs_error(sb,"write_inode","Cannot read block %lu",inode->i_ino);
288 u32 block; local
294 if (!(block
346 u32 block = 0; local
[all...]

Completed in 302 milliseconds

1234567891011>>