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

  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
viddec_pm.c 116 cxt->cur_buf.list_index = -1;
146 static inline uint32_t viddec_pm_check_inband_messages(viddec_pm_sc_cur_buf_t *cur_buf, uint32_t *type)
149 if(cur_buf->cur_es->flags != 0)
152 cur_buf->cur_offset +=(cur_buf->cur_size);
153 cur_buf->cur_size = 0;
154 switch(cur_buf->cur_es->flags)
180 viddec_pm_sc_cur_buf_t *cur_buf = &(cxt->cur_buf); local
188 if(cur_buf->list_index == -1
    [all...]
vbp_utils.c 428 pcontext->parser_cxt->cur_buf.list_index = -1;
  /external/libvpx/libvpx/vp9/common/
vp9_reconintra.c 141 frame_width = xd->cur_buf->y_width;
142 frame_height = xd->cur_buf->y_height;
144 frame_width = xd->cur_buf->uv_width;
145 frame_height = xd->cur_buf->uv_height;
288 frame_width = xd->cur_buf->y_width;
289 frame_height = xd->cur_buf->y_height;
291 frame_width = xd->cur_buf->uv_width;
292 frame_height = xd->cur_buf->uv_height;
418 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) {
vp9_blockd.h 179 const YV12_BUFFER_CONFIG *cur_buf; member in struct:macroblockd
vp9_reconinter.c 192 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) {
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/
viddec_pm.h 60 viddec_pm_sc_cur_buf_t cur_buf; member in struct:__anon40288
  /external/libvpx/libvpx/vp9/decoder/
vp9_decoder.h 58 // TODO(hkuang): Combine this with cur_buf in macroblockd as they are
60 RefCntBuffer *cur_buf; // Current decoding frame buffer. member in struct:VP9Decoder
vp9_decoder.c 317 pbi->cur_buf = &frame_bufs[cm->new_fb_idx];
318 pbi->cur_buf->row = -1;
319 pbi->cur_buf->col = -1;
322 pbi->cur_buf = &frame_bufs[cm->new_fb_idx];
vp9_dthread.c 91 while (ref_buf->row < row && pbi->cur_buf == ref_buf &&
vp9_decodeframe.c 191 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) {
259 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) {
457 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) {
630 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) {
    [all...]
vp9_decodemv.c 857 if ((xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) &&
  /external/pdfium/core/fxcodec/codec/
fx_codec_flate.cpp 533 uint8_t* cur_buf = guess_buf.get(); local
535 int32_t ret = FPDFAPI_FlateOutput(context, cur_buf, buf_size);
555 cur_buf = guess_buf.get() + old_size;
572 uint8_t* cur_buf = guess_buf.release(); local
574 int32_t ret = FPDFAPI_FlateOutput(context, cur_buf, buf_size);
578 result_tmp_bufs.push_back(cur_buf);
583 result_tmp_bufs.push_back(cur_buf);
586 result_tmp_bufs.push_back(cur_buf);
587 cur_buf = FX_Alloc(uint8_t, buf_size + 1);
588 cur_buf[buf_size] = '\0'
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_aq_variance.c 155 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) {
173 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) {
vp9_encodemb.c 41 if (x->e_mbd.cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) {
178 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) {
240 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) {
363 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) {
436 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) {
508 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) {
639 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) {
702 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) {
803 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) {
    [all...]
vp9_temporal_filter.c 57 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) {
319 if (mbd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) {
387 if (mbd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) {
433 if (mbd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) {
vp9_rdopt.c 173 (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) ? xd->bd - 5 :
552 const int bd = (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) ? xd->bd : 8;
601 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) {
694 if ((xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) && (xd->bd > 8))
    [all...]
vp9_quantize.c 169 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) {
vp9_firstpass.c 415 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) {
669 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH)
    [all...]
vp9_pickmode.c 883 if ((xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) && shift > 0) {
895 if ((xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) && shift > 0) {
    [all...]
vp9_encodeframe.c     [all...]
vp9_mcomp.c 330 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) {
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_dx_iface.c 293 frame_worker_data->pbi->cur_buf->buf.corrupted = 1;
302 frame_worker_data->pbi->cur_buf->buf.corrupted = 1;
    [all...]

Completed in 523 milliseconds