Searched defs:preds (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/libwebp/enc/
H A Dtree.c319 const uint8_t* preds = it.preds_; local
327 PutI16Mode(bw, preds[0]);
330 const uint8_t* top_pred = preds - preds_w;
333 int left = preds[-1];
336 left = PutI4Mode(bw, preds[x], probas);
338 top_pred = preds;
339 preds += preds_w;
H A Diterator.c328 uint8_t* preds = it->preds_; local
331 memset(preds, mode, 4);
332 preds += it->enc_->preds_w_;
338 uint8_t* preds = it->preds_; local
341 memcpy(preds, modes, 4 * sizeof(*modes));
342 preds += it->enc_->preds_w_;
/external/webp/src/enc/
H A Dtree.c319 const uint8_t* preds = it.preds_; local
327 PutI16Mode(bw, preds[0]);
330 const uint8_t* top_pred = preds - preds_w;
333 int left = preds[-1];
336 left = PutI4Mode(bw, preds[x], probas);
338 top_pred = preds;
339 preds += preds_w;
H A Diterator.c328 uint8_t* preds = it->preds_; local
331 memset(preds, mode, 4);
332 preds += it->enc_->preds_w_;
338 uint8_t* preds = it->preds_; local
341 memcpy(preds, modes, 4 * sizeof(*modes));
342 preds += it->enc_->preds_w_;
/external/chromium_org/third_party/libwebp/utils/
H A Dfilters.c48 const uint8_t* preds; local
54 preds = inverse ? out : in;
59 PredictLine(in + 1, preds, out + 1, width - 1, inverse);
61 preds += stride;
69 PredictLine(in, preds - stride, out, 1, inverse);
70 PredictLine(in + 1, preds, out + 1, width - 1, inverse);
72 preds += stride;
95 const uint8_t* preds; local
101 preds = inverse ? out : in;
107 PredictLine(in + 1, preds, ou
148 const uint8_t* preds; local
[all...]
/external/webp/src/utils/
H A Dfilters.c48 const uint8_t* preds; local
54 preds = inverse ? out : in;
59 PredictLine(in + 1, preds, out + 1, width - 1, inverse);
61 preds += stride;
69 PredictLine(in, preds - stride, out, 1, inverse);
70 PredictLine(in + 1, preds, out + 1, width - 1, inverse);
72 preds += stride;
95 const uint8_t* preds; local
101 preds = inverse ? out : in;
107 PredictLine(in + 1, preds, ou
148 const uint8_t* preds; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.h373 LLVMValueRef preds[LP_MAX_TGSI_PREDS][TGSI_NUM_CHANNELS]; member in struct:lp_build_tgsi_soa_context
459 LLVMValueRef preds[LP_MAX_TGSI_PREDS]; member in struct:lp_build_tgsi_aos_context
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.h373 LLVMValueRef preds[LP_MAX_TGSI_PREDS][TGSI_NUM_CHANNELS]; member in struct:lp_build_tgsi_soa_context
459 LLVMValueRef preds[LP_MAX_TGSI_PREDS]; member in struct:lp_build_tgsi_aos_context
/external/valgrind/main/helgrind/
H A Dhg_main.c3896 WordSetID preds, succs; local
3900 preds = laog__preds( lk );
3905 HG_(getPayloadWS)( &preds_words, &preds_size, univ_laog, preds );
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 823 milliseconds