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

  /external/libhevc/decoder/
ihevcd_boundary_strength.c 297 WORD32 tu_size; local
307 tu_size = 1 << (ps_tu->b3_size + 2);
308 tu_size >>= 2; /* TU size divided by 4 */
310 u4_bs = DUP_LSB_10(tu_size);
345 for(row = start_pos_y; row < start_pos_y + tu_size; row += 2)
347 for(col = start_pos_x; col < start_pos_x + tu_size; col += 2)
565 WORD32 tu_size; local
575 tu_size = 1 << (ps_tu->b3_size + 2);
576 tu_size >>= 2;
578 end_pos_x = start_pos_x + tu_size;
    [all...]
ihevcd_parse_slice.c 2946 WORD32 tu_size; local
    [all...]

Completed in 527 milliseconds