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

  /external/libhevc/encoder/arm/
ihevce_decomp_pre_intra_pass_neon.c 250 WORD32 pad_ht = block_ht >> 1; local
253 for(i = 0; i < pad_ht; i++)
267 WORD32 pad_ht = block_ht >> 1; local
270 for(i = 0; i < pad_ht; i++)
281 WORD32 pad_ht = 16; local
284 for(i = 1; i <= pad_ht; i++)
295 WORD32 pad_ht = 16 + CEIL16((ht >> 1)) - (ht >> 1) + 4; local
298 for(i = 1; i <= pad_ht; i++)
  /external/libhevc/encoder/
hme_utils.h 624 * @fn void hme_pad_left(U08 *pu1_dst, S32 stride, S32 pad_wd, S32 pad_ht)
634 * @param[in] pad_ht : Number of lines for which horizontal padding to be done
639 void hme_pad_left(U08 *pu1_dst, S32 stride, S32 pad_wd, S32 pad_ht);
643 * @fn void hme_pad_right(U08 *pu1_dst, S32 stride, S32 pad_wd, S32 pad_ht)
653 * @param[in] pad_ht : Number of lines for which horizontal padding to be done
658 void hme_pad_right(U08 *pu1_dst, S32 stride, S32 pad_wd, S32 pad_ht);
662 * @fn void hme_pad_top(U08 *pu1_dst, S32 stride, S32 pad_ht, S32 pad_wd)
670 * @param[in] pad_ht : Amt of vertical padding to be done
677 void hme_pad_top(U08 *pu1_dst, S32 stride, S32 pad_ht, S32 pad_wd);
681 * @fn void hme_pad_bot(U08 *pu1_dst, S32 stride, S32 pad_ht, S32 pad_wd
    [all...]
ihevce_lap_interface.c 420 WORD32 pad_ht; local
424 pad_ht = ps_curr_inp->s_lap_out.s_input_buf.i4_y_ht;
430 for(ctr_vert = 0; ctr_vert < pad_ht; ctr_vert++)
444 pad_ht = ps_curr_inp->s_lap_out.s_input_buf.i4_uv_ht;
451 for(ctr_vert = 0; ctr_vert < pad_ht; ctr_vert++)
468 WORD32 pad_ht; local
472 pad_ht = align_pic_ht - ps_curr_inp->s_lap_out.s_input_buf.i4_y_ht;
481 for(ctr_vert = 0; ctr_vert < pad_ht; ctr_vert++)
492 pad_ht = (align_pic_ht >> 1) - ps_curr_inp->s_lap_out.s_input_buf.i4_uv_ht;
501 for(ctr_vert = 0; ctr_vert < pad_ht; ctr_vert++
    [all...]
ihevce_decomp_pre_intra_pass.c 1781 WORD32 pad_ht = block_ht >> 1; local
1798 WORD32 pad_ht = block_ht >> 1; local
1812 WORD32 pad_ht = 16; local
1826 WORD32 pad_ht = 16 + CEIL16((ht >> 1)) - (ht >> 1) + 4; local
    [all...]
hme_utils.c     [all...]

Completed in 553 milliseconds