Searched refs:cur_row (Results 1 – 8 of 8) sorted by relevance
695 WORD32 cur_row, in ihevcd_fmt_conv() argument752 pu1_y_src = pu1_luma + cur_row * ps_codec->i4_strd; in ihevcd_fmt_conv()753 pu1_uv_src = pu1_chroma + (cur_row / 2) * ps_codec->i4_strd; in ihevcd_fmt_conv()774 pu2_rgb_dst_tmp += cur_row * ps_codec->i4_disp_strd; in ihevcd_fmt_conv()776 pu4_rgb_dst_tmp += cur_row * ps_codec->i4_disp_strd; in ihevcd_fmt_conv()777 pu1_y_dst_tmp = pu1_y_dst + cur_row * ps_codec->i4_disp_strd; in ihevcd_fmt_conv()778 pu1_uv_dst_tmp = pu1_u_dst + (cur_row / 2) * ps_codec->i4_disp_strd; in ihevcd_fmt_conv()779 pu1_u_dst_tmp = pu1_u_dst + (cur_row / 2) * ps_codec->i4_disp_strd / 2; in ihevcd_fmt_conv()780 pu1_v_dst_tmp = pu1_v_dst + (cur_row / 2) * ps_codec->i4_disp_strd / 2; in ihevcd_fmt_conv()794 WORD32 last_row = cur_row + num_rows; in ihevcd_fmt_conv()[all …]
89 WORD32 cur_row,
97 WORD32 cur_row,
799 WORD32 cur_row, in ih264e_fmt_conv() argument827 pu1_y_src = pu1_luma + cur_row * ps_codec->i4_rec_strd; in ih264e_fmt_conv()828 pu1_uv_src = pu1_chroma + (cur_row / 2) * ps_codec->i4_rec_strd; in ih264e_fmt_conv()831 pu2_rgb_dst_tmp += cur_row * dst_stride; in ih264e_fmt_conv()833 pu4_rgb_dst_tmp += cur_row * dst_stride; in ih264e_fmt_conv()835 pu1_y_dst_tmp = pu1_y_dst + cur_row * u4_dst_y_strd; in ih264e_fmt_conv()836 pu1_uv_dst_tmp = pu1_u_dst + (cur_row / 2) * u4_dst_uv_strd; in ih264e_fmt_conv()837 pu1_u_dst_tmp = pu1_u_dst + (cur_row / 2) * u4_dst_uv_strd; in ih264e_fmt_conv()838 pu1_v_dst_tmp = pu1_v_dst + (cur_row / 2) * u4_dst_uv_strd; in ih264e_fmt_conv()
53 WORD32 cur_row,
324 cur_row = [display.box(y_header, header=True, link=link)]333 cur_row.append(display.box(None, None, 344 cur_row.append(apnd)345 matrix.append(cur_row)
23 <?cs set:cur_row = #0 ?>
749 int cur_row = des_row; in GifReadScanlineCallback() local750 while (++cur_row < des_bottom) { in GifReadScanlineCallback()752 (uint8_t*)pDIBitmap->GetScanline(cur_row) + des_ScanOffet; in GifReadScanlineCallback()