HomeSort by relevance Sort by last modified time
    Searched refs:pu1_final_out (Results 1 - 4 of 4) sorted by null

  /external/libhevc/encoder/arm/
ihevce_subpel_neon.c 273 ps_prms->pu1_final_out = ps_prms->ppu1_ref[ps_inp_cfg->i1_buf_id1];
274 ps_prms->pu1_final_out += ps_inp_cfg->i1_buf_xoff1 + i4_offset;
275 ps_prms->pu1_final_out += (ps_inp_cfg->i1_buf_yoff1 * ps_prms->i4_ref_stride);
300 ps_prms->pu1_final_out = pu1_dst;
  /external/libhevc/encoder/
hme_subpel.c 164 ps_prms->pu1_final_out = ps_prms->ppu1_ref[ps_inp_cfg->i1_buf_id1];
165 ps_prms->pu1_final_out += ps_inp_cfg->i1_buf_xoff1 + i4_offset;
166 ps_prms->pu1_final_out += (ps_inp_cfg->i1_buf_yoff1 * ps_prms->i4_ref_stride);
190 ps_prms->pu1_final_out = pu1_dst;
760 if(ps_interp_prms->pu1_final_out != s_interp_prms.apu1_interp_out[0])
763 as_pred_buf_data[0][j].pu1_pred = ps_interp_prms->pu1_final_out;
867 if(ps_interp_prms->pu1_final_out != s_interp_prms.apu1_interp_out[0])
870 as_pred_buf_data[0][j].pu1_pred = ps_interp_prms->pu1_final_out;
895 if(ps_interp_prms->pu1_final_out != s_interp_prms.apu1_interp_out[0])
2353 U08 *pu1_final_out; local
2970 U08 *pu1_final_out; local
    [all...]
hme_interface.h 260 U08 *pu1_final_out; member in struct:__anon28485
    [all...]
hme_refine.c 887 s_err_prms.pu1_ref = s_interp_prms.pu1_final_out;
    [all...]

Completed in 54 milliseconds