Searched refs:block (Results 1 - 25 of 638) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/x86/
H A Didct_xvid.h31 void ff_idct_xvid_mmx(short *block);
32 void ff_idct_xvid_mmx2(short *block);
33 void ff_idct_xvid_sse2(short *block);
34 void ff_idct_xvid_sse2_put(uint8_t *dest, int line_size, short *block);
35 void ff_idct_xvid_sse2_add(uint8_t *dest, int line_size, short *block);
H A Dmpegvideo_mmx_template.c86 "pcmpgtw "b", "a" \n\t" /* block[i] <= 0 ? 0xFF : 0x00 */\
88 "psubw "a", "b" \n\t" /* ABS(block[i]) */
91 "psubw "a", "b" \n\t" // out=((ABS(block[i])*qmat[0] - bias[0]*qmat[0])>>16)*sign(block[i])
95 DCTELEM *block, int n,
105 //s->fdct (block);
106 RENAMEl(ff_fdct) (block); //cannot be anything else ...
109 s->denoise_dct(s, block);
117 /* note: block[0] is assumed to be positive */
123 : "a" ((block[
94 dct_quantize(MpegEncContext *s, DCTELEM *block, int n, int qscale, int *overflow) argument
[all...]
H A Ddnxhd_mmx.c27 static void get_pixels_8x4_sym_sse2(DCTELEM *block, const uint8_t *pixels, int line_size) argument
49 : "r" (block), "r" ((x86_reg)line_size)
H A Dvp3dsp_sse2.h28 void ff_vp3_idct_put_sse2(uint8_t *dest, int line_size, DCTELEM *block);
29 void ff_vp3_idct_add_sse2(uint8_t *dest, int line_size, DCTELEM *block);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dh264idct.c30 static av_always_inline void idct_internal(uint8_t *dst, DCTELEM *block, int stride, int block_stride, int shift, int add){ argument
34 block[0] += 1<<(shift-1);
37 const int z0= block[0 + block_stride*i] + block[2 + block_stride*i];
38 const int z1= block[0 + block_stride*i] - block[2 + block_stride*i];
39 const int z2= (block[1 + block_stride*i]>>1) - block[3 + block_stride*i];
40 const int z3= block[1 + block_stride*i] + (block[
61 ff_h264_idct_add_c(uint8_t *dst, DCTELEM *block, int stride) argument
65 ff_h264_lowres_idct_add_c(uint8_t *dst, int stride, DCTELEM *block) argument
69 ff_h264_lowres_idct_put_c(uint8_t *dst, int stride, DCTELEM *block) argument
73 ff_h264_idct8_add_c(uint8_t *dst, DCTELEM *block, int stride) argument
144 ff_h264_idct_dc_add_c(uint8_t *dst, DCTELEM *block, int stride) argument
156 ff_h264_idct8_dc_add_c(uint8_t *dst, DCTELEM *block, int stride) argument
180 ff_h264_idct_add16_c(uint8_t *dst, const int *block_offset, DCTELEM *block, int stride, const uint8_t nnzc[6*8]) argument
191 ff_h264_idct_add16intra_c(uint8_t *dst, const int *block_offset, DCTELEM *block, int stride, const uint8_t nnzc[6*8]) argument
199 ff_h264_idct8_add4_c(uint8_t *dst, const int *block_offset, DCTELEM *block, int stride, const uint8_t nnzc[6*8]) argument
210 ff_h264_idct_add8_c(uint8_t **dest, const int *block_offset, DCTELEM *block, int stride, const uint8_t nnzc[6*8]) argument
[all...]
H A Dfaanidct.h28 void ff_faanidct(DCTELEM block[64]);
29 void ff_faanidct_add(uint8_t *dest, int line_size, DCTELEM block[64]);
30 void ff_faanidct_put(uint8_t *dest, int line_size, DCTELEM block[64]);
H A Dsimple_idct.h34 void ff_simple_idct_put(uint8_t *dest, int line_size, DCTELEM *block);
35 void ff_simple_idct_add(uint8_t *dest, int line_size, DCTELEM *block);
36 void ff_simple_idct_mmx(int16_t *block);
37 void ff_simple_idct_add_mmx(uint8_t *dest, int line_size, int16_t *block);
38 void ff_simple_idct_put_mmx(uint8_t *dest, int line_size, int16_t *block);
39 void ff_simple_idct(DCTELEM *block);
41 void ff_simple_idct248_put(uint8_t *dest, int line_size, DCTELEM *block);
43 void ff_simple_idct84_add(uint8_t *dest, int line_size, DCTELEM *block);
44 void ff_simple_idct48_add(uint8_t *dest, int line_size, DCTELEM *block);
45 void ff_simple_idct44_add(uint8_t *dest, int line_size, DCTELEM *block);
[all...]
H A Dh264dspenc.c32 a = block[0][X]+block[3][X]; \
33 c = block[0][X]-block[3][X]; \
34 b = block[1][X]+block[2][X]; \
35 d = block[1][X]-block[2][X]; \
46 block[0][X] = a+b; \
47 block[
59 h264_dct_c(DCTELEM block[4][4]) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/sh4/
H A Ddsputil_sh4.c54 void idct_sh4(DCTELEM *block);
55 static void idct_put(uint8_t *dest, int line_size, DCTELEM *block) argument
59 idct_sh4(block);
61 dest[0] = cm[block[0]];
62 dest[1] = cm[block[1]];
63 dest[2] = cm[block[2]];
64 dest[3] = cm[block[3]];
65 dest[4] = cm[block[4]];
66 dest[5] = cm[block[5]];
67 dest[6] = cm[block[
73 idct_add(uint8_t *dest, int line_size, DCTELEM *block) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dedid.h72 #define PIXEL_CLOCK_LO (unsigned)block[ 0 ]
73 #define PIXEL_CLOCK_HI (unsigned)block[ 1 ]
75 #define H_ACTIVE_LO (unsigned)block[ 2 ]
76 #define H_BLANKING_LO (unsigned)block[ 3 ]
77 #define H_ACTIVE_HI UPPER_NIBBLE( (unsigned)block[ 4 ] )
79 #define H_BLANKING_HI LOWER_NIBBLE( (unsigned)block[ 4 ] )
82 #define V_ACTIVE_LO (unsigned)block[ 5 ]
83 #define V_BLANKING_LO (unsigned)block[ 6 ]
84 #define V_ACTIVE_HI UPPER_NIBBLE( (unsigned)block[ 7 ] )
86 #define V_BLANKING_HI LOWER_NIBBLE( (unsigned)block[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/test_libFLAC/
H A Dmetadata_object.c136 static FLAC__bool check_seektable_(const FLAC__StreamMetadata *block, unsigned num_points, const FLAC__StreamMetadata_SeekPoint *array) argument
140 if(block->length != expected_length) {
141 printf("FAILED, bad length, expected %u, got %u\n", expected_length, block->length);
144 if(block->data.seek_table.num_points != num_points) {
145 printf("FAILED, expected %u point, got %u\n", num_points, block->data.seek_table.num_points);
149 if(0 != block->data.seek_table.points) {
155 if(!compare_seekpoint_array_(block->data.seek_table.points, array, num_points))
181 static void vc_calc_len_(FLAC__StreamMetadata *block) argument
183 const FLAC__StreamMetadata_VorbisComment *vc = &block->data.vorbis_comment;
186 block
195 vc_resize_(FLAC__StreamMetadata *block, unsigned num) argument
226 vc_find_from_(FLAC__StreamMetadata *block, const char *name, unsigned start) argument
238 vc_set_vs_new_(FLAC__StreamMetadata_VorbisComment_Entry *entry, FLAC__StreamMetadata *block, const char *field) argument
247 vc_set_new_(FLAC__StreamMetadata_VorbisComment_Entry *entry, FLAC__StreamMetadata *block, unsigned pos, const char *field) argument
256 vc_insert_new_(FLAC__StreamMetadata_VorbisComment_Entry *entry, FLAC__StreamMetadata *block, unsigned pos, const char *field) argument
265 vc_delete_(FLAC__StreamMetadata *block, unsigned pos) argument
276 vc_replace_new_(FLAC__StreamMetadata_VorbisComment_Entry *entry, FLAC__StreamMetadata *block, const char *field, FLAC__bool all) argument
322 cs_calc_len_(FLAC__StreamMetadata *block) argument
352 tr_resize_(FLAC__StreamMetadata *block, unsigned track_num, unsigned num) argument
380 tr_set_new_(FLAC__StreamMetadata *block, unsigned track_num, unsigned pos, FLAC__StreamMetadata_CueSheet_Index index) argument
395 tr_insert_new_(FLAC__StreamMetadata *block, unsigned track_num, unsigned pos, FLAC__StreamMetadata_CueSheet_Index index) argument
411 tr_delete_(FLAC__StreamMetadata *block, unsigned track_num, unsigned pos) argument
426 cs_resize_(FLAC__StreamMetadata *block, unsigned num) argument
457 cs_set_new_(FLAC__StreamMetadata_CueSheet_Track *track, FLAC__StreamMetadata *block, unsigned pos, FLAC__uint64 offset, FLAC__byte number, const char *isrc, FLAC__bool data, FLAC__bool pre_em) argument
464 cs_insert_new_(FLAC__StreamMetadata_CueSheet_Track *track, FLAC__StreamMetadata *block, unsigned pos, FLAC__uint64 offset, FLAC__byte number, const char *isrc, FLAC__bool data, FLAC__bool pre_em) argument
472 cs_delete_(FLAC__StreamMetadata *block, unsigned pos) argument
483 pi_set_mime_type(FLAC__StreamMetadata *block, const char *s) argument
494 pi_set_description(FLAC__StreamMetadata *block, const FLAC__byte *s) argument
505 pi_set_data(FLAC__StreamMetadata *block, const FLAC__byte *data, FLAC__uint32 len) argument
519 FLAC__StreamMetadata *block, *blockcopy, *vorbiscomment, *cuesheet, *picture; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/minix/
H A Ditree_v2.c23 static int block_to_path(struct inode * inode, long block, int offsets[DEPTH]) argument
28 if (block < 0) {
29 printk("minix_bmap: block<0\n");
30 } else if (block >= (minix_sb(inode->i_sb)->s_max_size/sb->s_blocksize)) {
31 printk("minix_bmap: block>big\n");
32 } else if (block < 7) {
33 offsets[n++] = block;
34 } else if ((block -= 7) < 256) {
36 offsets[n++] = block;
37 } else if ((block
53 V2_minix_get_block(struct inode * inode, long block, struct buffer_head *bh_result, int create) argument
[all...]
H A Ditree_v1.c23 static int block_to_path(struct inode * inode, long block, int offsets[DEPTH]) argument
27 if (block < 0) {
28 printk("minix_bmap: block<0\n");
29 } else if (block >= (minix_sb(inode->i_sb)->s_max_size/BLOCK_SIZE)) {
30 printk("minix_bmap: block>big\n");
31 } else if (block < 7) {
32 offsets[n++] = block;
33 } else if ((block -= 7) < 512) {
35 offsets[n++] = block;
37 block
47 V1_minix_get_block(struct inode * inode, long block, struct buffer_head *bh_result, int create) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/dsi/
H A Ddsi_tickle.c21 * we don't need to block signals. */
24 char block[DSI_BLOCKSIZ]; local
32 memset(block, 0, sizeof(block));
33 block[0] = DSIFL_REQUEST;
34 block[1] = DSIFUNC_TICKLE;
35 memcpy(block + 2, &id, sizeof(id));
38 return dsi_stream_write(dsi, block, DSI_BLOCKSIZ, DSI_NOWAIT);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/dsi/
H A Ddsi_tickle.c21 * we don't need to block signals. */
24 char block[DSI_BLOCKSIZ]; local
32 memset(block, 0, sizeof(block));
33 block[0] = DSIFL_REQUEST;
34 block[1] = DSIFUNC_TICKLE;
35 memcpy(block + 2, &id, sizeof(id));
38 return dsi_stream_write(dsi, block, DSI_BLOCKSIZ, DSI_NOWAIT);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/bfin/
H A Dvp3_bfin.c25 void ff_bfin_vp3_idct (DCTELEM *block) attribute_l1_text;
26 void ff_bfin_idct (DCTELEM *block) attribute_l1_text;
27 void ff_bfin_add_pixels_clamped (DCTELEM *block, uint8_t *dest, int line_size) attribute_l1_text;
28 void ff_bfin_put_pixels_clamped (DCTELEM *block, uint8_t *dest, int line_size) attribute_l1_text;
31 void ff_bfin_vp3_idct_put (uint8_t *dest, int line_size, DCTELEM *block) argument
36 ff_bfin_vp3_idct (block);
40 dest[line_size*i+j]=cm[128+block[i*8+j]];
44 void ff_bfin_vp3_idct_add (uint8_t *dest, int line_size, DCTELEM *block) argument
46 ff_bfin_vp3_idct (block);
47 ff_bfin_add_pixels_clamped (block, des
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/gus/
H A Dgus_mem.c44 struct snd_gf1_mem_block * block)
51 *nblock = *block;
79 int snd_gf1_mem_xfree(struct snd_gf1_mem * alloc, struct snd_gf1_mem_block * block) argument
81 if (block->share) { /* ok.. shared block */
82 block->share--;
86 if (alloc->first == block) {
87 alloc->first = block->next;
88 if (block->next)
89 block
43 snd_gf1_mem_xalloc(struct snd_gf1_mem * alloc, struct snd_gf1_mem_block * block) argument
112 struct snd_gf1_mem_block *block; local
125 struct snd_gf1_mem_block *block; local
136 snd_gf1_mem_find(struct snd_gf1_mem * alloc, struct snd_gf1_mem_block * block, unsigned int size, int w_16, int align) argument
192 struct snd_gf1_mem_block block, *nblock; local
225 struct snd_gf1_mem_block *block; local
240 struct snd_gf1_mem_block block; local
275 struct snd_gf1_mem_block *block, *nblock; local
293 struct snd_gf1_mem_block *block; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/metaflac/
H A Doperations_shorthand_streaminfo.c34 FLAC__StreamMetadata *block; local
42 block = FLAC__metadata_iterator_get_block(iterator);
44 FLAC__ASSERT(0 != block);
45 FLAC__ASSERT(block->type == FLAC__METADATA_TYPE_STREAMINFO);
53 printf("%02x", block->data.stream_info.md5sum[i]);
57 printf("%u\n", block->data.stream_info.min_blocksize);
60 printf("%u\n", block->data.stream_info.max_blocksize);
63 printf("%u\n", block->data.stream_info.min_framesize);
66 printf("%u\n", block->data.stream_info.max_framesize);
69 printf("%u\n", block
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/ppc/
H A Ddsputil_altivec.h30 void put_pixels16_altivec(uint8_t *block, const uint8_t *pixels, int line_size, int h);
32 void avg_pixels16_altivec(uint8_t *block, const uint8_t *pixels, int line_size, int h);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/tagutils/
H A Dtagutils-flc.c28 FLAC__StreamMetadata *block; local
48 if(!(block = FLAC__metadata_simple_iterator_get_block(iterator)))
55 switch(block->type)
58 sec = (unsigned int)(block->data.stream_info.total_samples /
59 block->data.stream_info.sample_rate);
60 ms = (unsigned int)(((block->data.stream_info.total_samples %
61 block->data.stream_info.sample_rate) * 1000) /
62 block->data.stream_info.sample_rate);
67 psong->samplerate = block->data.stream_info.sample_rate;
68 psong->channels = block
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/tagutils/
H A Dtagutils-flc.c27 FLAC__StreamMetadata *block; local
45 if(!(block = FLAC__metadata_simple_iterator_get_block(iterator)))
52 switch(block->type)
55 sec = (unsigned int)(block->data.stream_info.total_samples /
56 block->data.stream_info.sample_rate);
57 ms = (unsigned int)(((block->data.stream_info.total_samples %
58 block->data.stream_info.sample_rate) * 1000) /
59 block->data.stream_info.sample_rate);
64 psong->samplerate = block->data.stream_info.sample_rate;
65 psong->channels = block
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/tagutils/
H A Dtagutils-flc.c28 FLAC__StreamMetadata *block; local
48 if(!(block = FLAC__metadata_simple_iterator_get_block(iterator)))
55 switch(block->type)
58 sec = (unsigned int)(block->data.stream_info.total_samples /
59 block->data.stream_info.sample_rate);
60 ms = (unsigned int)(((block->data.stream_info.total_samples %
61 block->data.stream_info.sample_rate) * 1000) /
62 block->data.stream_info.sample_rate);
67 psong->samplerate = block->data.stream_info.sample_rate;
68 psong->channels = block
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/arm/
H A Dmpegvideo_armv5te.c26 void ff_dct_unquantize_h263_armv5te(DCTELEM *block, int qmul, int qadd, int count);
34 static inline void dct_unquantize_h263_helper_c(DCTELEM *block, int qmul, int qadd, int count) argument
38 level = block[i];
45 block[i] = level;
52 DCTELEM *block, int n, int qscale)
63 level = block[0] * s->y_dc_scale;
65 level = block[0] * s->c_dc_scale;
69 level = block[0];
76 ff_dct_unquantize_h263_armv5te(block, qmul, qadd, nCoeffs + 1);
77 block[
51 dct_unquantize_h263_intra_armv5te(MpegEncContext *s, DCTELEM *block, int n, int qscale) argument
80 dct_unquantize_h263_inter_armv5te(MpegEncContext *s, DCTELEM *block, int n, int qscale) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/lockd/
H A Dsvclock.c41 static void nlmsvc_release_block(struct nlm_block *block);
42 static void nlmsvc_insert_block(struct nlm_block *block, unsigned long);
43 static void nlmsvc_remove_block(struct nlm_block *block);
58 nlmsvc_insert_block(struct nlm_block *block, unsigned long when) argument
63 dprintk("lockd: nlmsvc_insert_block(%p, %ld)\n", block, when);
64 if (list_empty(&block->b_list)) {
65 kref_get(&block->b_count);
67 list_del_init(&block->b_list);
84 list_add_tail(&block->b_list, pos);
85 block
92 nlmsvc_remove_block(struct nlm_block *block) argument
106 struct nlm_block *block; local
144 struct nlm_block *block; local
178 struct nlm_block *block; local
239 nlmsvc_unlink_block(struct nlm_block *block) argument
252 struct nlm_block *block = container_of(kref, struct nlm_block, b_count); local
269 nlmsvc_release_block(struct nlm_block *block) argument
283 struct nlm_block *block, *next; local
339 nlmsvc_defer_lock_rqst(struct svc_rqst *rqstp, struct nlm_block *block) argument
368 struct nlm_block *block = NULL; local
464 struct nlm_block *block = NULL; local
579 struct nlm_block *block; local
612 nlmsvc_update_deferred_block(struct nlm_block *block, struct file_lock *conf, int result) argument
629 struct nlm_block *block; local
668 struct nlm_block *block; local
705 nlmsvc_grant_blocked(struct nlm_block *block) argument
771 struct nlm_block *block = call->a_block; local
809 struct nlm_block *block; local
834 retry_deferred_block(struct nlm_block *block) argument
855 struct nlm_block *block; local
[all...]
H A Dclntlock.c49 struct nlm_wait *block; local
51 block = kmalloc(sizeof(*block), GFP_KERNEL);
52 if (block != NULL) {
53 block->b_host = host;
54 block->b_lock = fl;
55 init_waitqueue_head(&block->b_wait);
56 block->b_status = nlm_lck_blocked;
57 list_add(&block->b_list, &nlm_blocked);
59 return block;
62 nlmclnt_finish_block(struct nlm_wait *block) argument
73 nlmclnt_block(struct nlm_wait *block, struct nlm_rqst *req, long timeout) argument
107 struct nlm_wait *block; local
165 struct nlm_wait *block; local
[all...]

Completed in 246 milliseconds

1234567891011>>