Uses of Interface
com.twilight.h264.decoder.H264DSPContext.IH264BiWeightFunctionStub

Packages that use H264DSPContext.IH264BiWeightFunctionStub
com.twilight.h264.decoder   
 

Uses of H264DSPContext.IH264BiWeightFunctionStub in com.twilight.h264.decoder
 

Fields in com.twilight.h264.decoder declared as H264DSPContext.IH264BiWeightFunctionStub
 H264DSPContext.IH264BiWeightFunctionStub[] H264DSPContext.biweight_h264_pixels_tab
           
 

Methods in com.twilight.h264.decoder with parameters of type H264DSPContext.IH264BiWeightFunctionStub
 void H264Context.hl_motion(int[] dest_y_base, int dest_y_offset, int[] dest_cb_base, int dest_cb_offset, int[] dest_cr_base, int dest_cr_offset, DSPContext.Ih264_qpel_mc_func[][] qpix_put, DSPContext.Ih264_chroma_mc_func[] chroma_put, DSPContext.Ih264_qpel_mc_func[][] qpix_avg, DSPContext.Ih264_chroma_mc_func[] chroma_avg, H264DSPContext.IH264WeightFunctionStub[] weight_op, H264DSPContext.IH264BiWeightFunctionStub[] weight_avg)
           
 void H264Context.mc_part_weighted(int n, int square, int chroma_height, int delta, int[] dest_y_base, int dest_y_offset, int[] dest_cb_base, int dest_cb_offset, int[] dest_cr_base, int dest_cr_offset, int x_offset, int y_offset, DSPContext.Ih264_qpel_mc_func[] qpix_put, DSPContext.Ih264_chroma_mc_func chroma_put, H264DSPContext.IH264WeightFunctionStub luma_weight_op, H264DSPContext.IH264WeightFunctionStub chroma_weight_op, H264DSPContext.IH264BiWeightFunctionStub luma_weight_avg, H264DSPContext.IH264BiWeightFunctionStub chroma_weight_avg, int list0, int list1)
           
 void H264Context.mc_part(int n, int square, int chroma_height, int delta, int[] dest_y_base, int dest_y_offset, int[] dest_cb_base, int dest_cb_offset, int[] dest_cr_base, int dest_cr_offset, int x_offset, int y_offset, DSPContext.Ih264_qpel_mc_func[] qpix_put, DSPContext.Ih264_chroma_mc_func chroma_put, DSPContext.Ih264_qpel_mc_func[] qpix_avg, DSPContext.Ih264_chroma_mc_func chroma_avg, H264DSPContext.IH264WeightFunctionStub[] weight_op_base, int weight_op_offset, H264DSPContext.IH264BiWeightFunctionStub[] weight_avg_base, int weight_avg_offset, int list0, int list1)
           
 



Copyright © 2013. All Rights Reserved.