Home | History | Annotate | Download | only in encoder

Lines Matching refs:wd_offset

1579 *  @param[in]  wd_offset : width offset of the block to be scaled
1654 WORD32 wd_offset,
1684 col_start = (wd_offset < (N_TAPS >> 1)) ? 1 : 0;
1686 col_end = ((wd_offset + block_wd) > (wd - (N_TAPS >> 1))) ? 1 : 0;
1700 UWORD8 *pu1_src_tmp = pu1_src + wd_offset + ht_offset * src_strd;
1712 pu1_in = pu1_src + wd_offset + ht_offset * src_strd;
1771 pu1_out = pu1_dst + (wd_offset >> 1);
1777 if(wd_offset == 0)
1792 if(wd == wd_offset + block_wd)
1851 * @param[in] wd_offset : width offset of the block to be scaled