Help for this page

Select Code to Download


  1. or download this
         APP> LumaIntraMode :D45_PRED, use_intrabc:0
         AED> Dif: 80369151, Rng: 34624, Cnt: 10, Ret: 6
    ...
         AED> Dif: 115632447, Rng: 63232, Cnt: 11, Ret: 3
         APP> ALPHA_U: 48, ALPHA_V: 0, CFL_ALPHA_SIGN: 5, CFL_ALPHA_IDX: 4
    +8
         APP> IntraAngleDelta : 3 0
    
  2. or download this
    if ($line =~ /\s*APP>\s*LumaIntraMode\s:(\w+),\suse_intrabc:(\d)/i) {
       print "Luma_mode = $1\n";
    ...
    if ($line =~ /\s*APP>\sIntraAngleDelta\s:\s(\d+)\s(\d+)/i) {
       print "Chroma Angle : $2\n"
    }
    
  3. or download this
    Luma Mode: D45_PRED
    Chroma Mode: UV_CFL_PRED
    CFL: 5
    Luma Angle: 3
    Chroma Angle: 0
    
  4. or download this
    Luma Mode: D45_PRED
    Luma Angle: 3
    Chroma Mode: UV_CFL_PRED
    CFL: 5
    Chroma Angle: 0