Home
last modified time | relevance | path

Searched refs:u4_fmt_conv_cur_row (Results 1 – 6 of 6) sorted by relevance

/external/libavc/decoder/
Dih264d_thread_parse_decode.c251 (ps_dec->u4_fmt_conv_cur_row < ps_dec->s_disp_frame_info.u4_y_ht)) in ih264d_decode_recon_tfr_nmb_thread()
256 - ps_dec->u4_fmt_conv_cur_row)); in ih264d_decode_recon_tfr_nmb_thread()
258 ps_dec->u4_fmt_conv_cur_row, 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()
471 (ps_dec->u4_fmt_conv_cur_row < ps_dec->s_disp_frame_info.u4_y_ht)) in ih264d_decode_slice_thread()
476 - ps_dec->u4_fmt_conv_cur_row)); in ih264d_decode_slice_thread()
478 ps_dec->u4_fmt_conv_cur_row, 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()
620 (ps_dec->u4_fmt_conv_cur_row < ps_dec->s_disp_frame_info.u4_y_ht)) in ih264d_decode_picture_thread()
624 - ps_dec->u4_fmt_conv_cur_row); in ih264d_decode_picture_thread()
[all …]
Dih264d_thread_compute_bs.c425 (ps_dec->u4_fmt_conv_cur_row < ps_dec->s_disp_frame_info.u4_y_ht)) in ih264d_recon_deblk_slice()
430 - ps_dec->u4_fmt_conv_cur_row)); in ih264d_recon_deblk_slice()
432 ps_dec->u4_fmt_conv_cur_row, 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()
558 (ps_dec->u4_fmt_conv_cur_row < ps_dec->s_disp_frame_info.u4_y_ht)) in ih264d_recon_deblk_slice()
563 - ps_dec->u4_fmt_conv_cur_row)); in ih264d_recon_deblk_slice()
565 ps_dec->u4_fmt_conv_cur_row, 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()
721 (ps_dec->u4_fmt_conv_cur_row < ps_dec->s_disp_frame_info.u4_y_ht)) in ih264d_recon_deblk_thread()
725 - ps_dec->u4_fmt_conv_cur_row); in ih264d_recon_deblk_thread()
[all …]
Dih264d_api.c1836 ps_dec->u4_fmt_conv_cur_row = 0; in ih264d_video_decode()
2005 ps_dec->u4_fmt_conv_cur_row = 0; in ih264d_video_decode()
2008 ps_dec->u4_fmt_conv_cur_row, in ih264d_video_decode()
2010 ps_dec->u4_fmt_conv_cur_row += ps_dec->u4_fmt_conv_num_rows; in ih264d_video_decode()
2523 ps_dec->u4_fmt_conv_cur_row = 0; in ih264d_video_decode()
2533 (ps_dec->u4_fmt_conv_cur_row < ps_dec->s_disp_frame_info.u4_y_ht)) in ih264d_video_decode()
2536 - ps_dec->u4_fmt_conv_cur_row; in ih264d_video_decode()
2538 ps_dec->u4_fmt_conv_cur_row, in ih264d_video_decode()
2540 ps_dec->u4_fmt_conv_cur_row += ps_dec->u4_fmt_conv_num_rows; in ih264d_video_decode()
Dih264d_structs.h1263 UWORD32 u4_fmt_conv_cur_row; member
Dih264d_parse_slice.c1611 ps_dec->u4_fmt_conv_cur_row = ps_dec->s_disp_frame_info.u4_y_ht; in ih264d_parse_decode_slice()
Dih264d_parse_pslice.c1548 ps_dec->u4_fmt_conv_cur_row = ps_dec->s_disp_frame_info.u4_y_ht; in ih264d_mark_err_slice_skip()