Home
last modified time | relevance | path

Searched refs:u4_fmt_conv_num_rows (Results 1 – 4 of 4) sorted by relevance

/external/libavc/decoder/
Dih264d_thread_parse_decode.c253 ps_dec->u4_fmt_conv_num_rows = in ih264d_decode_recon_tfr_nmb_thread()
259 ps_dec->u4_fmt_conv_num_rows); in ih264d_decode_recon_tfr_nmb_thread()
260 ps_dec->u4_fmt_conv_cur_row += ps_dec->u4_fmt_conv_num_rows; in ih264d_decode_recon_tfr_nmb_thread()
473 ps_dec->u4_fmt_conv_num_rows = in ih264d_decode_slice_thread()
479 ps_dec->u4_fmt_conv_num_rows); in ih264d_decode_slice_thread()
480 ps_dec->u4_fmt_conv_cur_row += ps_dec->u4_fmt_conv_num_rows; in ih264d_decode_slice_thread()
622 ps_dec->u4_fmt_conv_num_rows = in ih264d_decode_picture_thread()
627 ps_dec->u4_fmt_conv_num_rows); in ih264d_decode_picture_thread()
628 ps_dec->u4_fmt_conv_cur_row += ps_dec->u4_fmt_conv_num_rows; in ih264d_decode_picture_thread()
Dih264d_thread_compute_bs.c427 ps_dec->u4_fmt_conv_num_rows = in ih264d_recon_deblk_slice()
433 ps_dec->u4_fmt_conv_num_rows); in ih264d_recon_deblk_slice()
434 ps_dec->u4_fmt_conv_cur_row += ps_dec->u4_fmt_conv_num_rows; in ih264d_recon_deblk_slice()
560 ps_dec->u4_fmt_conv_num_rows = in ih264d_recon_deblk_slice()
566 ps_dec->u4_fmt_conv_num_rows); in ih264d_recon_deblk_slice()
567 ps_dec->u4_fmt_conv_cur_row += ps_dec->u4_fmt_conv_num_rows; in ih264d_recon_deblk_slice()
723 ps_dec->u4_fmt_conv_num_rows = in ih264d_recon_deblk_thread()
728 ps_dec->u4_fmt_conv_num_rows); in ih264d_recon_deblk_thread()
729 ps_dec->u4_fmt_conv_cur_row += ps_dec->u4_fmt_conv_num_rows; in ih264d_recon_deblk_thread()
Dih264d_api.c2034 ps_dec->u4_fmt_conv_num_rows = FMT_CONV_NUM_ROWS; in ih264d_video_decode()
2200 ps_dec->u4_fmt_conv_num_rows = ps_dec->s_disp_frame_info.u4_y_ht; in ih264d_video_decode()
2203 ps_dec->u4_fmt_conv_num_rows); in ih264d_video_decode()
2204 ps_dec->u4_fmt_conv_cur_row += ps_dec->u4_fmt_conv_num_rows; in ih264d_video_decode()
2647 ps_dec->u4_fmt_conv_num_rows = ps_dec->s_disp_frame_info.u4_y_ht in ih264d_video_decode()
2651 ps_dec->u4_fmt_conv_num_rows); in ih264d_video_decode()
2652 ps_dec->u4_fmt_conv_cur_row += ps_dec->u4_fmt_conv_num_rows; in ih264d_video_decode()
Dih264d_structs.h1265 UWORD32 u4_fmt_conv_num_rows; member