Searched refs:ps_deblk_top_mb (Results 1 – 4 of 4) sorted by relevance
1151 deblkmb_neighbour_t *ps_deblk_top_mb; in ih264d_compute_bs_non_mbaff() local1172 ps_deblk_top_mb = ps_dec->ps_deblk_top_mb + u2_mbx; in ih264d_compute_bs_non_mbaff()1181 u1_top_mb_typ = ps_deblk_top_mb->u1_mb_type; in ih264d_compute_bs_non_mbaff()1182 ps_deblk_top_mb->u1_mb_type = u1_cur_mb_type; in ih264d_compute_bs_non_mbaff()1187 ps_cur_mb_params->u1_topmb_qp = ps_deblk_top_mb->u1_mb_qp; in ih264d_compute_bs_non_mbaff()1188 ps_deblk_top_mb->u1_mb_qp = ps_cur_mb_params->u1_mb_qp; in ih264d_compute_bs_non_mbaff()1397 deblkmb_neighbour_t *ps_deblk_top_mb; in ih264d_compute_bs_mbaff() local1419 ps_deblk_top_mb = ps_dec->ps_deblk_top_mb + (u2_mbx << 1); in ih264d_compute_bs_mbaff()1533 ps_deblk_top_mb[u4_bot_mb].u1_mb_type = u1_cur_mb_type; in ih264d_compute_bs_mbaff()1539 u1_top_mb_typ = ps_deblk_top_mb[1].u1_mb_type; in ih264d_compute_bs_mbaff()[all …]
97 deblkmb_neighbour_t *ps_deblk_top_mb; in ih264d_compute_bs_non_mbaff_thread() local117 ps_deblk_top_mb = ps_dec->ps_deblk_top_mb + u2_mbx; in ih264d_compute_bs_non_mbaff_thread()127 u1_top_mb_typ = ps_deblk_top_mb->u1_mb_type; in ih264d_compute_bs_non_mbaff_thread()128 ps_deblk_top_mb->u1_mb_type = u1_cur_mb_type; in ih264d_compute_bs_non_mbaff_thread()131 ps_cur_mb_params->u1_topmb_qp = ps_deblk_top_mb->u1_mb_qp; in ih264d_compute_bs_non_mbaff_thread()132 ps_deblk_top_mb->u1_mb_qp = ps_cur_mb_params->u1_mb_qp; in ih264d_compute_bs_non_mbaff_thread()
1873 ps_dec->ps_deblk_top_mb = pv_buf; in ih264d_allocate_dynamic_bufs()2170 PS_DEC_ALIGNED_FREE(ps_dec, ps_dec->ps_deblk_top_mb); in ih264d_free_dynamic_bufs()
867 deblkmb_neighbour_t *ps_deblk_top_mb; member