search for: mbmode

Displaying 7 results from an estimated 7 matches for "mbmode".

Did you mean: bmode
2008 Mar 20
1
Clarification of specification
...oded order (cf. Section 2.4) indexed by mbi: i. If a block bi in the luma plane of macro block mbi exists such that BCODED[bi ] is 1: A. If MSCHEME is not 7, read one bit at a time until one of the Huffman codes in Table 7.19 is recognized, and assign MBMODES[mbi] the value MALPHABET[mi], where mi is the index of the Huffman code decoded. B. Otherwise, if no luma-plane blocks in the macro block are coded, read a 3-bit unsigned integer as MBMODES[mbi]. ii. Otherwise, assign MBMODE[mbi] the value 0 (INTER_NOMV). The pr...
2007 Oct 23
1
Possible errors in the spec..
...Tables" step one says: "For each consecutive value of hti from 0 to 80, inclusive". As I understand there should be only 80 tables so shouldn't it be "0 to 79, inclusive" instead of 80?? 2 - In section 7.4 "Macro Block Coding Modes" step 1(a) says that all MBMODES[mbi] shall be set the value "0 (INTRA)" but a look at table 7.18 reveals that INTRA is "1" and not "0". Who should I believe?? As a separate question I was wondering if there are any new developments to improve Theora? thanks, -------------- next part -----------...
2009 Apr 13
5
HP Laserjet Printer Installation
...0-Sheet Input Tray (Tray 4): True *False HPOption_Duplexer/Duplex Unit: True *False HPOption_Disk/Printer Disk: *None RAMDisk HardDisk HPOption_MBM_Mixed/Accessory Output Bins: *Standard MBMStaplerStacker MBMStacker HPFinisher HPMultiBinMailbox HPMailboxMode/Mailbox Mode: *PrintersDefault Standard MBMode StackerMode SeparatorMode SorterCollatorMode InstalledMemory/Total Printer Memory: *64-127MB 128-255MB 256-383MB 384-512MB HPOption_PaperPolicy/Fit to Page: *PromptUser NearestSizeAdjust NearestSizeNoAdjust HPJobRetentionOption/Job Retention: HPJobRetentionQuickCopy HPJobRetentionProof HPJobRet...
2005 Jul 20
1
MMX IDCT for theora-exp
...} + else{ + oc_idct8x8_mmx(res_buf); + } + } + /*Fill in the target buffer.*/ + dst_framei=_state->ref_frame_idx[OC_FRAME_SELF]; + dst_ystride=_state->ref_frame_bufs[dst_framei][_pli].ystride; + /*For now ystride values in all ref frames assumed to be equal.*/ + if(_frag->mbmode==OC_MODE_INTRA){ + oc_frag_recon_intra(_state,_frag->buffer[dst_framei],dst_ystride,res_buf); + } + else{ + int ref_framei; + int ref_ystride; + int mvoffset0; + int mvoffset1; + ref_framei=_state->ref_frame_idx[OC_FRAME_FOR_MODE[_frag->mbmode]]; + ref_ystride=_state...
2005 Mar 23
0
[PATCH]
...right-handed coordinate system.*/ _state->info.pic_y=_info->frame_height-_info->pic_height-_info->pic_y; @@ -820,7 +850,7 @@ dst_ystride=_state->ref_frame_bufs[dst_framei][_pli].ystride; /*For now ystride values in all ref frames assumed to be equal.*/ if(_frag->mbmode==OC_MODE_INTRA){ - oc_frag_recon_intra(_frag->buffer[dst_framei],dst_ystride,res_buf); + oc_frag_recon_intra(_state,_frag->buffer[dst_framei],dst_ystride,res_buf); } else{ int ref_framei; @@ -831,15 +861,16 @@ ref_ystride=_state->ref_frame_bufs[ref_framei][_pli].ystri...
2009 May 08
3
Fw: HP Laserjet Printer Installation
...nit: True *False >>>> HPOption_Disk/Printer Disk: *None RAMDisk HardDisk >>>> HPOption_MBM_Mixed/Accessory Output Bins: *Standard MBMStaplerStacker >>>> MBMStacker HPFinisher HPMultiBinMailbox >>>> HPMailboxMode/Mailbox Mode: *PrintersDefault Standard MBMode > StackerMode >>>> SeparatorMode SorterCollatorMode >>>> InstalledMemory/Total Printer Memory: *64-127MB 128-255MB 256-383MB >>>> 384-512MB >>>> HPOption_PaperPolicy/Fit to Page: *PromptUser NearestSizeAdjust >>>> NearestSizeNoAdjust &g...
2005 Mar 23
3
[PATCH] promised MMX patches rc1
...right-handed coordinate system.*/ _state->info.pic_y=_info->frame_height-_info->pic_height-_info->pic_y; @@ -820,7 +850,7 @@ dst_ystride=_state->ref_frame_bufs[dst_framei][_pli].ystride; /*For now ystride values in all ref frames assumed to be equal.*/ if(_frag->mbmode==OC_MODE_INTRA){ - oc_frag_recon_intra(_frag->buffer[dst_framei],dst_ystride,res_buf); + oc_frag_recon_intra(_state,_frag->buffer[dst_framei],dst_ystride,res_buf); } else{ int ref_framei; @@ -831,15 +861,16 @@ ref_ystride=_state->ref_frame_bufs[ref_framei][_pli].ystri...