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

  /external/libhevc/decoder/
ihevcd_boundary_strength.c 296 WORD32 start_pos_y; local
303 /* start_pos_x and start_pos_y are in units of min TU size (4x4) */
305 start_pos_y = ps_tu->b4_pos_y;
316 shift = start_pos_y * 2;
326 if(0 == (start_pos_y & 1))
330 /* shift += (((start_pos_y >> 1) & (MAX_CTB_SIZE / ctb_size - 1)) << (log2_ctb_size - 1));
335 shift += ((start_pos_y & 2) << (log2_ctb_size - 2));
336 pu4_horz_bs[start_pos_y >> (7 - log2_ctb_size)] |= (u4_bs << shift);
342 if(0 == (start_pos_x & 1) && 0 == (start_pos_y & 1))
345 for(row = start_pos_y; row < start_pos_y + tu_size; row += 2
562 WORD32 start_pos_y; local
718 WORD32 start_pos_y; local
    [all...]
ihevcd_parse_slice.c 2805 WORD32 start_pos_y; local
    [all...]

Completed in 876 milliseconds