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

  /external/libhevc/decoder/
ihevcd_structs.h 298 UWORD8 u1_top_ctb_avail; member in struct:__anon7547
1469 UWORD8 u1_top_ctb_avail; member in struct:__anon7553
    [all...]
ihevcd_iquant_itrans_recon_ctb.c 610 u1_top_ctb_avail; local
614 u1_top_ctb_avail = ps_proc->u1_top_ctb_avail;
648 (u1_top_ctb_avail == 1) ? top_avail_bits : 0x0);
    [all...]
ihevcd_process_slice.c 357 ps_proc->u1_top_ctb_avail = 1;
365 ps_proc->u1_top_ctb_avail = 0;
376 ps_proc->u1_top_ctb_avail = 0;
388 ps_proc->u1_top_ctb_avail = 0;
650 ((ps_proc->u1_top_ctb_avail << 3) | (ps_proc->u1_left_ctb_avail << 2) | (ps_proc->u1_top_lt_ctb_avail << 1) | (ps_proc->u1_top_rt_ctb_avail));
684 s_mv_ctxt.u1_top_ctb_avail = ps_proc->u1_top_ctb_avail;
    [all...]
ihevcd_get_mv.c 161 u4_top_ctb_avail = ps_mv_ctxt->u1_top_ctb_avail;
ihevcd_parse_slice.c 2761 WORD8 u1_top_ctb_avail = 1; local
    [all...]

Completed in 433 milliseconds