HomeSort by relevance Sort by last modified time
    Searched defs:i4_ctb_x (Results 1 - 3 of 3) sorted by null

  /external/libhevc/decoder/
ihevcd_ilf_padding.c 84 WORD32 i4_ctb_x, i4_ctb_y; local
94 for(i4_ctb_x = 0; i4_ctb_x < ps_sps->i2_pic_wd_in_ctb; i4_ctb_x++)
102 ps_deblk_ctxt->i4_ctb_x = i4_ctb_x;
105 ps_sao_ctxt->i4_ctb_x = i4_ctb_x;
116 if(i4_ctb_x == ps_sps->i2_pic_wd_in_ctb - 1)
156 + (i4_ctb_x * ctb_siz
    [all...]
ihevcd_process_slice.c 155 if((ps_proc->i4_ctb_x > 0) && ((0 != status)))
164 if((ps_proc->i4_ctb_x > 0) && (0 != status) && (ps_proc->i4_ctb_y > 0))
211 idx = (ps_proc->i4_ctb_x + i);
225 if(!((ps_proc->i4_ctb_x == 0) && (ps_proc->i4_ctb_y == 0)))
229 if((ps_slice_hdr_next->i2_ctb_x == ps_proc->i4_ctb_x)
254 ps_proc->i4_ctb_x += nctb;
273 if(ps_proc->i4_ctb_x > ps_slice_hdr->i2_ctb_x)
354 cur_ctb_idx = ps_proc->i4_ctb_x
372 if((0 == ps_proc->i4_ctb_x) || (0 == ps_proc->i4_ctb_tile_x))
386 else if(ps_proc->i4_ctb_x > 0
1170 WORD32 i4_ctb_x; local
    [all...]
ihevcd_structs.h 237 WORD32 i4_ctb_x; member in struct:__anon23325
350 WORD32 i4_ctb_x; member in struct:__anon23326
494 WORD32 i4_ctb_x; member in struct:__anon23327
567 WORD32 i4_ctb_x; member in struct:__anon23328
791 WORD32 i4_ctb_x; member in struct:__anon23330
1184 WORD32 i4_ctb_x; member in struct:__anon23331
    [all...]

Completed in 51 milliseconds