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

  /external/libhevc/decoder/
ihevcd_boundary_strength.c 295 WORD32 start_pos_x; local
303 /* start_pos_x and start_pos_y are in units of min TU size (4x4) */
304 start_pos_x = ps_tu->b4_pos_x;
313 if(0 == (start_pos_x & 1))
317 /* shift += (((start_pos_x >> 1) & (MAX_CTB_SIZE / ctb_size - 1)) << (log2_ctb_size - 1));
322 shift += ((start_pos_x & 2) << (log2_ctb_size - 2));
323 pu4_vert_bs[start_pos_x >> (7 - log2_ctb_size)] |= (u4_bs << shift);
329 shift = start_pos_x * 2;
342 if(0 == (start_pos_x & 1) && 0 == (start_pos_y & 1))
347 for(col = start_pos_x; col < start_pos_x + tu_size; col += 2
561 WORD32 start_pos_x; local
717 WORD32 start_pos_x; local
    [all...]
ihevcd_parse_slice.c 2944 WORD32 start_pos_x; local
    [all...]

Completed in 183 milliseconds