Home
last modified time | relevance | path

Searched refs:CFL_SIGN_U (Results 1 – 6 of 6) sorted by relevance

/external/libaom/libaom/av1/common/
Denums.h326 #define CFL_SIGN_U(js) (((js + 1) * 11) >> 5) macro
328 #define CFL_SIGN_V(js) ((js + 1) - CFL_SIGNS * CFL_SIGN_U(js))
336 (CFL_SIGN_V(js) * CFL_SIGNS + CFL_SIGN_U(js) - CFL_SIGNS)
Dcfl.c141 const int alpha_sign = (pred_type == CFL_PRED_U) ? CFL_SIGN_U(joint_sign) in CFL_SUB_AVG_FN()
/external/libaom/libaom/av1/encoder/
Drd.c158 if (CFL_SIGN_U(joint_sign) == CFL_SIGN_ZERO) { in av1_fill_mode_rates()
Dbitstream.c866 if (CFL_SIGN_U(joint_sign) != CFL_SIGN_ZERO) { in write_cfl_alphas()
Dencodeframe.c871 if (CFL_SIGN_U(joint_sign) != CFL_SIGN_ZERO) { in sum_intra_stats()
/external/libaom/libaom/av1/decoder/
Ddecodemv.c138 if (CFL_SIGN_U(joint_sign) != CFL_SIGN_ZERO) { in read_cfl_alphas()