Searched refs:u4_bs (Results 1 - 12 of 12) sorted by relevance

/external/libhevc/decoder/
H A Dihevcd_deblk.c103 UWORD32 u4_bs; local
248 u4_bs = (pu4_vert_bs[0] >> shift) << 2;
255 u4_bs |= u4_top_bs & 3;
264 bs_tz = CTZ(u4_bs) >> 1;
267 u4_bs = u4_bs >> (bs_tz << 1);
328 u4_bs & 3, qp_p, qp_q,
333 u4_bs & 3, qp_p, qp_q,
340 u4_bs = u4_bs >>
[all...]
H A Dihevcd_debug.h150 #define DUMP_DEBLK_LUMA_VERT(pu1_src, src_strd, u4_bs, qp_p, qp_q, beta_offset_div2, tc_offset_div2, filter_p, filter_q) ihevcd_debug_deblk_luma_vert(pu1_src, src_strd, u4_bs, qp_p, qp_q, beta_offset_div2, tc_offset_div2, filter_p, filter_q);
151 #define DUMP_DEBLK_LUMA_HORZ(pu1_src, src_strd, u4_bs, qp_p, qp_q, beta_offset_div2, tc_offset_div2, filter_p, filter_q) ihevcd_debug_deblk_luma_horz(pu1_src, src_strd, u4_bs, qp_p, qp_q, beta_offset_div2, tc_offset_div2, filter_p, filter_q);
152 #define DUMP_DEBLK_CHROMA_VERT(pu1_src, src_strd, u4_bs, qp_p, qp_q, qp_offset_u, qp_offset_v, tc_offset_div2, filter_p, filter_q) ihevcd_debug_deblk_chroma_vert(pu1_src, src_strd, u4_bs, qp_p, qp_q, qp_offset_u, qp_offset_v, tc_offset_div2, filter_p, filter_q)
153 #define DUMP_DEBLK_CHROMA_HORZ(pu1_src, src_strd, u4_bs, qp_p, qp_q, qp_offset_u, qp_offset_v, tc_offset_div2, filter_p, filter_q) ihevcd_debug_deblk_chroma_horz(pu1_src, src_strd, u4_bs, qp_p, qp_q, qp_offset_u, qp_offset_v, tc_offset_div2, filter_p, filter_q)
159 #define DUMP_DEBLK_CHROMA_VERT(pu1_src, src_strd, u4_bs, qp_p, qp_q, qp_offset_u, qp_offset_v, tc_offset_div2, filter_p, filter_q)
160 #define DUMP_DEBLK_CHROMA_HORZ(pu1_src, src_strd, u4_bs, qp_
[all...]
H A Dihevcd_boundary_strength.c300 UWORD32 u4_bs; local
310 u4_bs = DUP_LSB_10(tu_size);
323 pu4_vert_bs[start_pos_x >> (7 - log2_ctb_size)] |= (u4_bs << shift);
336 pu4_horz_bs[start_pos_y >> (7 - log2_ctb_size)] |= (u4_bs << shift);
566 UWORD32 u4_bs; local
596 u4_bs = DUP_LSB_10(tu_size);
609 pu4_vert_bs[start_pos_x >> (7 - log2_ctb_size)] |= (u4_bs << shift);
622 pu4_horz_bs[start_pos_y >> (7 - log2_ctb_size)] |= (u4_bs << shift);
630 u4_bs = DUP_LSB_01(tu_size);
643 pu4_vert_bs[start_pos_x >> (7 - log2_ctb_size)] |= (u4_bs << shif
722 UWORD32 u4_bs; local
[all...]
/external/libavc/decoder/
H A Dih264d_deblocking.c309 UWORD32 u4_bs)
362 if(u4_bs == 0x04040404)
372 if(u4_bs)
382 u4_bs, pu1_cliptab_y);
385 u4_bs, pu1_cliptab_u,
401 UWORD32 u4_bs; local
505 u4_bs = pu4_bs_tab[5];
509 if(u4_bs)
513 u4_bs, pu1_cliptab_y);
518 u4_bs
301 ih264d_filter_boundary_top_nonmbaff(dec_struct_t *ps_dec, tfr_ctxt_t * ps_tfr_cxt, WORD8 i1_cb_qp_idx_ofst, WORD8 i1_cr_qp_idx_ofst, deblk_mb_t * ps_cur_mb, WORD32 i4_strd_y, WORD32 i4_strd_uv, deblk_mb_t * ps_top_mb, UWORD32 u4_bs) argument
1552 ih264d_filter_boundary_topmbaff(dec_struct_t *ps_dec, tfr_ctxt_t * ps_tfr_cxt, WORD8 i1_cb_qp_idx_ofst, WORD8 i1_cr_qp_idx_ofst, deblk_mb_t * ps_cur_mb, WORD32 i4_strd_y, WORD32 i4_strd_uv, deblk_mb_t * ps_top_mb, UWORD32 u4_bs) argument
1656 UWORD32 u4_bs; local
[all...]
H A Dih264d_compute_bs.c242 UWORD32 u4_bs; local
258 u4_bs = ((pv_cur_pic_addr0 != pv_nbr_pic_addr0)
262 u4_bs_horz |= (u4_bs << u4_idx);
283 UWORD32 u4_bs; local
302 u4_bs = ((pv_cur_pic_addr0 != pv_nbr_pic_addr0)
306 u4_bs_vert |= (u4_bs << u4_idx);
469 UWORD32 u4_bs; local
484 u4_bs = ((pv_nbr_pic_addr0 != pv_cur_pic_addr0)
488 u4_bs_horz |= (u4_bs << u4_horz_idx);
570 UWORD32 u4_bs; local
634 UWORD32 u4_bs; local
878 UWORD32 u4_bs; local
2089 UWORD32 u4_bs; local
2212 UWORD32 u4_bs; local
[all...]
H A Dih264d_deblocking.h65 const UWORD32 u4_bs);
/external/libavc/common/
H A Dih264_deblk_edge_filters.h48 UWORD32 u4_bs,
62 UWORD32 u4_bs,
H A Dih264_deblk_edge_filters.c515 /* u4_bs - packed Boundary strength array */
540 UWORD32 u4_bs,
565 u1_bs = (UWORD8)((u4_bs >> ((3 - edge) << 3)) & 0x0ff);
631 /* u4_bs - packed Boundary strength array */
656 UWORD32 u4_bs,
682 u1_bs = (UWORD8)((u4_bs >> ((3 - edge) << 3)) & 0x0ff);
745 /* u4_bs - packed Boundary strength array */
770 UWORD32 u4_bs,
799 u1_bs = (UWORD8)((u4_bs >> ((3 - edge) << 3)) & 0x0ff);
864 /* u4_bs
536 ih264_deblk_luma_vert_bslt4(UWORD8 *pu1_src, WORD32 src_strd, WORD32 alpha, WORD32 beta, UWORD32 u4_bs, const UWORD8 *pu1_cliptab) argument
652 ih264_deblk_chroma_vert_bslt4_bp(UWORD8 *pu1_src, WORD32 src_strd, WORD32 alpha, WORD32 beta, UWORD32 u4_bs, const UWORD8 *pu1_cliptab) argument
766 ih264_deblk_luma_horz_bslt4(UWORD8 *pu1_src, WORD32 src_strd, WORD32 alpha, WORD32 beta, UWORD32 u4_bs, const UWORD8 *pu1_cliptab) argument
885 ih264_deblk_chroma_horz_bslt4_bp(UWORD8 *pu1_src, WORD32 src_strd, WORD32 alpha, WORD32 beta, UWORD32 u4_bs, const UWORD8 *pu1_cliptab) argument
1219 ih264_deblk_luma_vert_bslt4_mbaff(UWORD8 *pu1_src, WORD32 src_strd, WORD32 alpha, WORD32 beta, UWORD32 u4_bs, const UWORD8 *pu1_cliptab) argument
1335 ih264_deblk_chroma_vert_bslt4_mbaff_bp(UWORD8 *pu1_src, WORD32 src_strd, WORD32 alpha, WORD32 beta, UWORD32 u4_bs, const UWORD8 *pu1_cliptab) argument
1655 ih264_deblk_chroma_vert_bslt4(UWORD8 *pu1_src, WORD32 src_strd, WORD32 alpha_cb, WORD32 beta_cb, WORD32 alpha_cr, WORD32 beta_cr, UWORD32 u4_bs, const UWORD8 *pu1_cliptab_cb, const UWORD8 *pu1_cliptab_cr) argument
1778 ih264_deblk_chroma_horz_bslt4(UWORD8 *pu1_src, WORD32 src_strd, WORD32 alpha_cb, WORD32 beta_cb, WORD32 alpha_cr, WORD32 beta_cr, UWORD32 u4_bs, const UWORD8 *pu1_cliptab_cb, const UWORD8 *pu1_cliptab_cr) argument
2006 ih264_deblk_chroma_vert_bslt4_mbaff(UWORD8 *pu1_src, WORD32 src_strd, WORD32 alpha_cb, WORD32 beta_cb, WORD32 alpha_cr, WORD32 beta_cr, UWORD32 u4_bs, const UWORD8 *pu1_cliptab_cb, const UWORD8 *pu1_cliptab_cr) argument
[all...]
/external/libavc/common/x86/
H A Dih264_deblk_chroma_ssse3.c404 /* u4_bs - packed Boundary strength array */
433 UWORD32 u4_bs,
452 u1_Bs0 = (u4_bs >> 24) & 0xff;
453 u1_Bs1 = (u4_bs >> 16) & 0xff;
454 u1_Bs2 = (u4_bs >> 8) & 0xff;
455 u1_Bs3 = (u4_bs >> 0) & 0xff;
625 /* u4_bs - packed Boundary strength array */
654 UWORD32 u4_bs,
679 u1_Bs0 = (u4_bs >> 24) & 0xff;
680 u1_Bs1 = (u4_bs >> 1
427 ih264_deblk_chroma_vert_bslt4_ssse3(UWORD8 *pu1_src, WORD32 src_strd, WORD32 alpha_cb, WORD32 beta_cb, WORD32 alpha_cr, WORD32 beta_cr, UWORD32 u4_bs, const UWORD8 *pu1_cliptab_cb, const UWORD8 *pu1_cliptab_cr) argument
648 ih264_deblk_chroma_horz_bslt4_ssse3(UWORD8 *pu1_src, WORD32 src_strd, WORD32 alpha_cb, WORD32 beta_cb, WORD32 alpha_cr, WORD32 beta_cr, UWORD32 u4_bs, const UWORD8 *pu1_cliptab_cb, const UWORD8 *pu1_cliptab_cr) argument
966 ih264_deblk_chroma_vert_bslt4_mbaff_ssse3(UWORD8 *pu1_src, WORD32 src_strd, WORD32 alpha_cb, WORD32 beta_cb, WORD32 alpha_cr, WORD32 beta_cr, UWORD32 u4_bs, const UWORD8 *pu1_cliptab_cb, const UWORD8 *pu1_cliptab_cr) argument
[all...]
H A Dih264_deblk_luma_ssse3.c829 /* u4_bs - packed Boundary strength array */
854 UWORD32 u4_bs,
933 u1_Bs = (u4_bs >> 24) & 0xff;
934 u1_Bs1 = (u4_bs >> 16) & 0xff;
935 u4_bs <<= 16;
1124 /* u4_bs - packed Boundary strength array */
1149 UWORD32 u4_bs,
1175 u1_Bs0 = (u4_bs >> 24) & 0xff;
1176 u1_Bs1 = (u4_bs >> 16) & 0xff;
1177 u1_Bs2 = (u4_bs >>
850 ih264_deblk_luma_vert_bslt4_ssse3(UWORD8 *pu1_src, WORD32 src_strd, WORD32 alpha, WORD32 beta, UWORD32 u4_bs, const UWORD8 *pu1_cliptab) argument
1145 ih264_deblk_luma_horz_bslt4_ssse3(UWORD8 *pu1_src, WORD32 src_strd, WORD32 alpha, WORD32 beta, UWORD32 u4_bs, const UWORD8 *pu1_cliptab) argument
1761 ih264_deblk_luma_vert_bslt4_mbaff_ssse3(UWORD8 *pu1_src, WORD32 src_strd, WORD32 alpha, WORD32 beta, UWORD32 u4_bs, const UWORD8 *pu1_cliptab) argument
[all...]
/external/libavc/common/arm/
H A Dih264_deblk_chroma_a9.s250 @* @param[in] sp(0) - u4_bs
271 ldrd r4, r5, [sp, #0x10] @r4 = u4_bs , r5 = pu1_cliptab
352 @* @param[in] sp(0) - u4_bs
424 vand.u8 q4, q4, q5 @|p0-q0| < alpha && |q1-q0| < beta && |p1-p0| < beta && u4_bs != 0
427 @ Q4 (|p0-q0| < alpha && |q1-q0| < beta && |p1-p0| < beta && u4_bs != 0),
569 @* @param[in] sp(0) - u4_bs
625 vand.u8 d4, d4, d5 @|p0-q0| < alpha && |q1-q0| < beta && |p1-p0| < beta && u4_bs != 0
628 @ D4 (|p0-q0| < alpha && |q1-q0| < beta && |p1-p0| < beta && u4_bs != 0),
880 @* @param[in] sp(8) - u4_bs
905 ldr r7, [sp, #36] @R7 = u4_bs
[all...]
H A Dih264_deblk_luma_a9.s73 @* @param[in] sp(0) - u4_bs
379 @* @param[in] sp(0) - u4_bs
968 @* @param[in] sp(0) - u4_bs

Completed in 127 milliseconds