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

  /external/libhevc/decoder/
ihevcd_iquant_itrans_recon_ctb.c 497 - (1 << (ps_tu->b3_size + 2));
505 - (1 << (ps_tu->b3_size + 2));
727 WORD32 cb_size = 1 << (ps_tu->b3_size + 2);
797 log2_y_trans_size_minus_2 = ps_tu->b3_size;
851 if(ps_tu->b3_size == 0)
854 log2_uv_trans_size_minus_2 = ps_tu->b3_size;
859 log2_uv_trans_size_minus_2 = ps_tu->b3_size - 1;
    [all...]
ihevcd_boundary_strength.c 307 tu_size = 1 << (ps_tu->b3_size + 2);
575 tu_size = 1 << (ps_tu->b3_size + 2);
    [all...]
ihevcd_parse_slice.c 276 ps_tu->b3_size = (log2_trafo_size - 2);
    [all...]
  /external/libhevc/common/
ihevc_structs.h 1319 /* Luma TU size (width or height) = 1 << (b3_size + 2) */
1328 UWORD32 b3_size : 3; //To be changed. member in struct:__anon24874
    [all...]

Completed in 106 milliseconds