com.twilight.h264.decoder
Class MotionEstContext

java.lang.Object
  extended by com.twilight.h264.decoder.MotionEstContext

public class MotionEstContext
extends Object


Field Summary
 int[] best_mb
           
 int[] map
           
 DSPContext.Ih264_qpel_mc_func[][] qpel_avg
           
 DSPContext.Ih264_qpel_mc_func[][] qpel_put
          Motion estimation context.
 int[] score_map
           
 int[] scratchpad
           
 int[] temp
           
 int[][] temp_mb
           
 
Constructor Summary
MotionEstContext()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

qpel_put

public DSPContext.Ih264_qpel_mc_func[][] qpel_put
Motion estimation context.


qpel_avg

public DSPContext.Ih264_qpel_mc_func[][] qpel_avg

scratchpad

public int[] scratchpad

best_mb

public int[] best_mb

temp_mb

public int[][] temp_mb

temp

public int[] temp

map

public int[] map

score_map

public int[] score_map
Constructor Detail

MotionEstContext

public MotionEstContext()


Copyright © 2013. All Rights Reserved.