Searched refs:p_ctx (Results 1 – 3 of 3) sorted by relevance
452 const VP8ProbaArray* const p_ctx = &prob[n + 1]->probas_[0]; in GetCoeffsFast() local456 p = p_ctx[1]; in GetCoeffsFast()459 p = p_ctx[2]; in GetCoeffsFast()482 const VP8ProbaArray* const p_ctx = &prob[n + 1]->probas_[0]; in GetCoeffsAlt() local486 p = p_ctx[1]; in GetCoeffsAlt()489 p = p_ctx[2]; in GetCoeffsAlt()
666 unsafe extern "C" fn call_filter<F, C>(p_ctx: *mut c_void, tbl_str: *const c_char) -> c_int in call_filter()673 let tuple: *mut (Option<F>, C) = p_ctx as *mut (Option<F>, C); in call_filter()691 p_ctx: *mut c_void, in call_conflict()699 let tuple: *mut (Option<F>, C) = p_ctx as *mut (Option<F>, C); in call_conflict()
187 def __init__(self, c_ctx=None, p_ctx=None): argument190 self.p = P.getcontext() if p_ctx is None else p_ctx