Changeset 455


Ignore:
Timestamp:
07/23/08 06:44:08 (5 years ago)
Author:
EWAVR
Message:
  • set svn:ingore properties for ixus750
  • corrected video tables for ixus860
Location:
trunk
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/loader/ixus750_sd550

    • Property svn:ignore set to
      .dep
      *.a
      *.o
      main.bin
      *.elf
      *.elf.syms
      *.dump
      reboot_core.h
      copy_and_reset.h
  • trunk/loader/ixus750_sd550/resetcode

    • Property svn:ignore set to
      .dep
      *.a
      *.o
      main.bin
      *.elf
      *.elf.syms
      *.dump
  • trunk/platform/ixus750_sd550

    • Property svn:ignore set to
      .dep
      *.a
      *.o
  • trunk/platform/ixus750_sd550/sub/100f

    • Property svn:ignore set to
      .dep
      *.a
      *.o
      PRIMARY.BIN
  • trunk/platform/ixus750_sd550/sub/100g

    • Property svn:ignore set to
      .dep
      *.a
      *.o
      PRIMARY.BIN
  • trunk/platform/ixus860_sd870/sub/100c/movie_rec.c

    r454 r455  
    77int *video_mode    = &conf.video_mode; 
    88 
    9 long def_table[48]={ 0x2000, 0x38D, 0x788, 0x5800, 0x9C5, 0x14B8, 0x10000, 0x1C6A, 0x3C45, 0x20000, 
    10                      0x387A, 0x7813, 0x25800, 0x422F, 0x8CB6, 0x8000, 0xE35, 0x1E23, 0x10000, 0x1C6A, 
    11                      0x3C45, 0x12C00, 0x2118, 0x465B, 0x1CCD, -0x2E1, -0x579, 0x4F33, -0x7EB, -0xF0C, 
    12                      0xE666, -0x170A, -0x2BC6, 0x1CC39, -0x2F5B, -0x59F0, 0x21B53, -0x377F, -0x6965, 0x7333, 
    13                     -0xB85, -0x15E3, 0xE666, -0x170A, -0x2BC6, 0x10DAA, -0x1BC0, -0x34B3}; 
    14  
    15 long table[48]; 
     9long def_table[24]={0x2000, 0x38D,0x788,0x5800,0x9C5,0x14B8,0x10000,0x1C6A,0x3C45,0x8000,0xE35,0x1E23,0x1CCD, 
     10                    -0x2E1,-0x579,0x4F33,-0x7EB,-0xF0C,0xE666,-0x170A,-0x2BC6,0x7333,-0xB85,-0x15E3}; // @ 0xFFAA8CCC 
     11 
     12long table[24]; 
    1613 
    1714void change_video_tables(int a, int b){ 
    1815 int i; 
    19  for (i=0;i<48;i++) table[i]=(def_table[i]*a)/b;  
     16 for (i=0;i<24;i++) table[i]=(def_table[i]*a)/b;  
    2017} 
    2118 
Note: See TracChangeset for help on using the changeset viewer.