Home
last modified time | relevance | path

Searched refs:p_ctx (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/libwebp/dec/
Dvp8.c435 const VP8ProbaArray* const p_ctx = &prob[kBands[n + 1]].probas_[0]; in GetCoeffs() local
439 p = p_ctx[1]; in GetCoeffs()
442 p = p_ctx[2]; in GetCoeffs()
/external/webp/src/dec/
Dvp8.c435 const VP8ProbaArray* const p_ctx = &prob[kBands[n + 1]].probas_[0]; in GetCoeffs() local
439 p = p_ctx[1]; in GetCoeffs()
442 p = p_ctx[2]; in GetCoeffs()
/external/jemalloc/src/
Dprof.c489 prof_ctx_t **p_ctx, bool *p_new_ctx) in prof_lookup_global() argument
537 *p_ctx = ctx.p; in prof_lookup_global()