HomeSort by relevance Sort by last modified time
    Searched refs:pu4_pic_horz_bs (Results 1 - 10 of 10) sorted by null

  /external/libavc/encoder/
ih264e_deblk.c 402 UWORD32 *pu4_pic_horz_bs; local
419 pu4_pic_horz_bs = ps_bs->pu4_pic_horz_bs + ((i4_mb_y * i4_wd_mbs) + i4_mb_x) * 4;
430 pu4_pic_horz_bs[0] = 0x04040404;
431 pu4_pic_horz_bs[1] = pu4_pic_horz_bs[2] = pu4_pic_horz_bs[3] = 0x03030303;
465 ih264e_fill_bs_1mv_1ref_non_mbaff(pu4_pic_horz_bs,
501 * @param[in] pu4_pic_horz_bs
515 UWORD32 *pu4_pic_horz_bs)
722 UWORD32 *pu4_pic_horz_bs = ps_deblk->s_bs_ctxt.pu4_pic_horz_bs; local
    [all...]
ih264e_structs.h 797 UWORD32 *pu4_pic_horz_bs; member in struct:__anon12002
    [all...]
ih264e_api.c     [all...]
  /external/libhevc/decoder/
ihevcd_debug.h 130 #define DUMP_BS(pu4_pic_vert_bs, pu4_pic_horz_bs, vert_size_in_bytes, horz_size_in_bytes) ihevcd_debug_dump_bs(pu4_pic_vert_bs, pu4_pic_horz_bs, vert_size_in_bytes, horz_size_in_bytes)
139 #define DUMP_BS(pu4_pic_vert_bs, pu4_pic_horz_bs, vert_size_in_bytes, horz_size_in_bytes)
ihevcd_structs.h 390 UWORD32 *pu4_pic_horz_bs; member in struct:__anon12506
    [all...]
ihevcd_boundary_strength.c 250 pu4_horz_bs = (UWORD32 *)((UWORD8 *)ps_bs_ctxt->pu4_pic_horz_bs +
498 pu4_horz_bs = (UWORD32 *)((UWORD8 *)ps_bs_ctxt->pu4_pic_horz_bs +
    [all...]
ihevcd_deblk.c 150 pu4_horz_bs = (UWORD32 *)((UWORD8 *)ps_deblk->s_bs_ctxt.pu4_pic_horz_bs +
ihevcd_api.c     [all...]
ihevcd_process_slice.c     [all...]
ihevcd_parse_slice.c     [all...]

Completed in 342 milliseconds