Searched refs:block_type (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dbethsoftvid.c101 uint8_t block_type, AVFormatContext *s, int npixels)
117 vidbuf_start[vidbuf_nbytes++] = block_type;
123 if(block_type == VIDEO_YOFF_P_FRAME){
138 if(block_type == VIDEO_I_FRAME)
178 unsigned char block_type; local
185 block_type = get_byte(pb);
186 switch(block_type){
211 return read_frame(vid, pb, pkt, block_type, s,
221 block_type, block_type, block_typ
100 read_frame(BVID_DemuxContext *vid, ByteIOContext *pb, AVPacket *pkt, uint8_t block_type, AVFormatContext *s, int npixels) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dbethsoftvideo.c64 char block_type; local
79 switch(block_type = *buf++){
98 else if(block_type == VIDEO_I_FRAME)
110 else if(block_type == VIDEO_I_FRAME)
H A Dc93.c162 C93BlockType block_type; local
167 block_type= bt & 0x0F;
168 switch (block_type) {
202 if (block_type == C93_4X4_2COLOR) {
206 } else if (block_type == C93_4X4_4COLOR) {
229 block_type, x, y);
H A Drv34.c422 static void rv34_pred_mv(RV34DecContext *r, int block_type, int subblock_no, int dmv_no) argument
430 int c_off = part_sizes_w[block_type];
463 for(j = 0; j < part_sizes_h[block_type]; j++){
464 for(i = 0; i < part_sizes_w[block_type]; i++){
510 static void rv34_pred_mv_b(RV34DecContext *r, int block_type, int dir) argument
557 if(block_type == RV34_MB_B_BACKWARD || block_type == RV34_MB_B_FORWARD)
564 static void rv34_pred_mv_rv3(RV34DecContext *r, int block_type, int dir) argument
616 * @param block_type type of the current block
627 static inline void rv34_mc(RV34DecContext *r, const int block_type, argument
713 rv34_mc_1mv(RV34DecContext *r, const int block_type, const int xoff, const int yoff, int mv_off, const int width, const int height, int dir) argument
724 rv34_mc_2mv(RV34DecContext *r, const int block_type) argument
763 rv34_decode_mv(RV34DecContext *r, int block_type) argument
[all...]
H A Drv34.h97 int block_type; ///< current block type member in struct:RV34DecContext
H A Dtruemotion1.c63 int block_type; member in struct:TrueMotion1Context
116 int block_type; member in struct:comp_types
450 s->block_type = compression_types[header.compression].block_type;
455 s->block_height, s->block_type,
667 if (s->block_type == BLOCK_2x2) {
674 } else if (s->block_type == BLOCK_4x2) {
793 if (s->block_type == BLOCK_2x2) {
800 } else if (s->block_type == BLOCK_4x2) {
H A Dmpegaudiodec.c59 uint8_t block_type; member in struct:GranuleDef
140 if (g->block_type == 2)
164 if (g->block_type == 2) {
1617 if (g->block_type != 2)
1781 if (g->block_type == 2) {
1821 if (g->block_type == 2) {
1873 if (g->block_type == 2) {
1892 win1 = mdct_win[g->block_type];
1992 g->block_type = get_bits(&s->gb, 2);
1993 if (g->block_type
[all...]
H A Dsvq1dec.c489 uint32_t block_type; local
493 block_type = get_vlc2(bitbuf, svq1_block_type.table, 2, 2);
496 if (block_type == SVQ1_BLOCK_SKIP || block_type == SVQ1_BLOCK_INTRA) {
505 switch (block_type) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/metaflac/
H A Doptions.h176 Argument_BlockType block_type; member in union:__anon886::__anon887
H A Doperations.c518 for(j = 0; j < options->args.arguments[i].value.block_type.num_entries; j++) {
519 if(options->args.arguments[i].value.block_type.entries[j].type == block->type) {
520 if(block->type != FLAC__METADATA_TYPE_APPLICATION || !options->args.arguments[i].value.block_type.entries[j].filter_application_by_id || 0 == memcmp(options->args.arguments[i].value.block_type.entries[j].application_id, block->data.application.id, FLAC__STREAM_METADATA_APPLICATION_ID_LEN/8))
H A Doptions.c315 if(0 != arg->value.block_type.entries)
316 free(arg->value.block_type.entries);
670 if(!parse_block_type(option_argument, &(arg->value.block_type))) {
679 if(!parse_block_type(option_argument, &(arg->value.block_type))) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/echoaudio/
H A Dechoaudio_dsp.c379 int block_type, mem_type; local
385 block_type = code[index];
386 if (block_type == 4) /* We're finished */

Completed in 232 milliseconds