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

  /packages/inputmethods/PinyinIME/jni/share/
pinyinime.cpp 159 char16 (*&pre_buf)[kMaxPredictSize + 1]) {
170 pre_buf = predict_buf;
171 return matrix_search->get_predicts(his_buf, pre_buf, kMaxPredictNum);
  /packages/inputmethods/PinyinIME/jni/include/
pinyinime.h 190 * @param pre_buf Used to return prediction result list.
194 char16 (*&pre_buf)[kMaxPredictSize + 1]);
  /external/libvpx/libvpx/vp9/common/
vp9_reconinter.c 144 struct buf_2d *const pre_buf = &pd->pre[ref]; local
171 pre = pre_buf->buf + scaled_buffer_offset(x, y, pre_buf->stride, scale);
177 pre = pre_buf->buf + (y * pre_buf->stride + x);
183 inter_predictor(pre, pre_buf->stride, dst, dst_buf->stride,

Completed in 47 milliseconds