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:__anon23325
1472 UWORD8 u1_top_ctb_avail; member in struct:__anon23331
    [all...]
ihevcd_iquant_itrans_recon_ctb.c 612 u1_top_ctb_avail; local
616 u1_top_ctb_avail = ps_proc->u1_top_ctb_avail;
650 (u1_top_ctb_avail == 1) ? top_avail_bits : 0x0);
    [all...]
ihevcd_process_slice.c 359 ps_proc->u1_top_ctb_avail = 1;
367 ps_proc->u1_top_ctb_avail = 0;
378 ps_proc->u1_top_ctb_avail = 0;
390 ps_proc->u1_top_ctb_avail = 0;
652 ((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));
686 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 2958 WORD8 u1_top_ctb_avail = 1; local
    [all...]

Completed in 66 milliseconds