Lines Matching refs:num_rows
371 WORD32 num_rows, num_cols, src_strd, dst_strd; in ih264e_fmt_conv_420sp_to_420sp() local
378 num_rows = ht; in ih264e_fmt_conv_420sp_to_420sp()
384 for (i = 0; i < num_rows; i++) in ih264e_fmt_conv_420sp_to_420sp()
395 num_rows = ht >> 1; in ih264e_fmt_conv_420sp_to_420sp()
401 for (i = 0; i < num_rows; i++) in ih264e_fmt_conv_420sp_to_420sp()
423 WORD32 num_rows, num_cols, src_strd, dst_strd; in ih264e_fmt_conv_420sp_to_420sp_swap_uv() local
430 num_rows = ht; in ih264e_fmt_conv_420sp_to_420sp_swap_uv()
436 for (i = 0; i < num_rows; i++) in ih264e_fmt_conv_420sp_to_420sp_swap_uv()
447 num_rows = ht >> 1; in ih264e_fmt_conv_420sp_to_420sp_swap_uv()
453 for (i = 0; i < num_rows; i++) in ih264e_fmt_conv_420sp_to_420sp_swap_uv()
483 WORD32 num_rows, num_cols, src_strd, dst_strd; in ih264e_fmt_conv_420sp_to_420p() local
492 num_rows = ht; in ih264e_fmt_conv_420sp_to_420p()
498 for (i = 0; i < num_rows; i++) in ih264e_fmt_conv_420sp_to_420p()
517 num_rows = ht >> 1; in ih264e_fmt_conv_420sp_to_420p()
523 for (i = 0; i < num_rows; i++) in ih264e_fmt_conv_420sp_to_420p()
800 WORD32 num_rows) in ih264e_fmt_conv() argument
814 if (0 == num_rows) in ih264e_fmt_conv()
849 pu1_uv_dst_tmp, wd, num_rows, in ih264e_fmt_conv()
858 num_rows, ps_codec->i4_rec_strd, in ih264e_fmt_conv()