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

  /external/libhevc/encoder/
ihevce_sao.c 214 (abs(ps_sao->u1_cb_offset[1]) <= 7) && (abs(ps_sao->u1_cb_offset[2]) <= 7) &&
215 (abs(ps_sao->u1_cb_offset[3]) <= 7) && (abs(ps_sao->u1_cb_offset[4]) <= 7));
315 ps_sao->u1_cb_offset[0] = 0; /* 0th element is not used */
353 ps_sao->u1_cb_offset,
371 ASSERT((ps_sao->u1_cb_offset[1] >= 0) && (ps_sao->u1_cb_offset[2] >= 0));
372 ASSERT((ps_sao->u1_cb_offset[3] <= 0) && (ps_sao->u1_cb_offset[4] <= 0))
    [all...]
ihevce_enc_structs.h 579 WORD8 u1_cb_offset[5]; member in struct:__anon28604
    [all...]
ihevce_cabac_cu_pu.c     [all...]

Completed in 47 milliseconds