Home | History | Annotate | Download | only in encoder

Lines Matching refs:ht_offset

1577 *  @param[in]  ht_offset : height offset of the block to be scaled
1652 WORD32 ht_offset,
1685 row_start = (ht_offset < (N_TAPS >> 1)) ? 1 : 0;
1687 row_end = ((ht_offset + block_ht) > (ht - (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;
1808 if(ht_offset == 0)
1823 if(ht - ht_offset - block_ht == 0)
1849 * @param[in] ht_offset : height offset of the block to be scaled
1870 WORD32 ht_offset,
1895 UWORD8 *pu1_src_pre_intra = pu1_src + (ht_offset * src_stride);
1944 ht_offset,
1999 if(ht_offset == 0)
2010 if(ht_offset + block_ht >= layer_ht)
2051 if(ht_offset != 0)
2072 ht_offset,
2120 ht_offset,
2231 WORD32 ht_offset, block_ht;
2367 ht_offset = row_block_no * block_ht;
2394 ht_offset,
2535 ht_offset = row_block_no * block_ht;
2574 ht_offset,