Home
last modified time | relevance | path

Searched refs:cur_buf (Results 1 – 19 of 19) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_reconintra.c141 frame_width = xd->cur_buf->y_width; in build_intra_predictors_high()
142 frame_height = xd->cur_buf->y_height; in build_intra_predictors_high()
144 frame_width = xd->cur_buf->uv_width; in build_intra_predictors_high()
145 frame_height = xd->cur_buf->uv_height; in build_intra_predictors_high()
288 frame_width = xd->cur_buf->y_width; in build_intra_predictors()
289 frame_height = xd->cur_buf->y_height; in build_intra_predictors()
291 frame_width = xd->cur_buf->uv_width; in build_intra_predictors()
292 frame_height = xd->cur_buf->uv_height; in build_intra_predictors()
418 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_predict_intra_block()
Dvp9_blockd.h179 const YV12_BUFFER_CONFIG *cur_buf; member
Dvp9_reconinter.c192 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in build_inter_predictors()
/external/pdfium/core/fxcodec/codec/
Dfx_codec_flate.cpp533 uint8_t* cur_buf = guess_buf.get(); in FlateUncompress() local
535 int32_t ret = FPDFAPI_FlateOutput(context, cur_buf, buf_size); in FlateUncompress()
555 cur_buf = guess_buf.get() + old_size; in FlateUncompress()
572 uint8_t* cur_buf = guess_buf.release(); in FlateUncompress() local
574 int32_t ret = FPDFAPI_FlateOutput(context, cur_buf, buf_size); in FlateUncompress()
578 result_tmp_bufs.push_back(cur_buf); in FlateUncompress()
583 result_tmp_bufs.push_back(cur_buf); in FlateUncompress()
586 result_tmp_bufs.push_back(cur_buf); in FlateUncompress()
587 cur_buf = FX_Alloc(uint8_t, buf_size + 1); in FlateUncompress()
588 cur_buf[buf_size] = '\0'; in FlateUncompress()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decoder.c317 pbi->cur_buf = &frame_bufs[cm->new_fb_idx]; in vp9_receive_compressed_data()
318 pbi->cur_buf->row = -1; in vp9_receive_compressed_data()
319 pbi->cur_buf->col = -1; in vp9_receive_compressed_data()
322 pbi->cur_buf = &frame_bufs[cm->new_fb_idx]; in vp9_receive_compressed_data()
Dvp9_decoder.h60 RefCntBuffer *cur_buf; // Current decoding frame buffer. member
Dvp9_dthread.c91 while (ref_buf->row < row && pbi->cur_buf == ref_buf && in vp9_frameworker_wait()
Dvp9_decodeframe.c191 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in inverse_transform_block_inter()
259 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in inverse_transform_block_intra()
457 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in extend_and_predict()
630 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in dec_build_inter_predictors()
1480 vp9_frameworker_broadcast(pbi->cur_buf, mi_row << MI_BLOCK_SIZE_LOG2); in decode_tiles()
1497 vp9_frameworker_broadcast(pbi->cur_buf, INT_MAX); in decode_tiles()
2058 xd->cur_buf = new_fb; in vp9_decode_frame()
2103 pbi->cur_buf->row = -1; in vp9_decode_frame()
2104 pbi->cur_buf->col = -1; in vp9_decode_frame()
Dvp9_decodemv.c857 if ((xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) && in vp9_read_mode_info()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemb.c41 if (x->e_mbd.cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_subtract_plane()
178 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_optimize_b()
240 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_optimize_b()
363 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_xform_quant_fp()
436 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_xform_quant_dc()
508 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_xform_quant()
639 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in encode_block()
702 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in encode_block_pass1()
803 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_encode_block_intra()
Dvp9_aq_variance.c155 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in block_variance()
173 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in block_variance()
Dvp9_temporal_filter.c57 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in temporal_filter_predictors_mb_c()
319 if (mbd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_temporal_filter_iterate_row_c()
387 if (mbd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_temporal_filter_iterate_row_c()
433 if (mbd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_temporal_filter_iterate_row_c()
Dvp9_rdopt.c173 (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) ? xd->bd - 5 : in model_rd_for_sb()
552 const int bd = (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) ? xd->bd : 8; in dist_block()
601 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in dist_block()
694 if ((xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) && (xd->bd > 8)) in block_rd_txfm()
984 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in rd_pick_intra4x4block()
1365 if ((xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) && in rd_pick_intra_sbuv_mode()
1530 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in encode_inter_mb_segment()
1552 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in encode_inter_mb_segment()
1571 const int bd = (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) ? xd->bd : 8; in encode_inter_mb_segment()
1785 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in joint_motion_search()
[all …]
Dvp9_quantize.c169 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_regular_quantize_b_4x4()
Dvp9_firstpass.c415 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in first_pass_motion_search()
669 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) in fp_estimate_block_noise()
1076 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_first_pass_encode_tile_mb_row()
1095 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_first_pass_encode_tile_mb_row()
1134 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_first_pass_encode_tile_mb_row()
Dvp9_pickmode.c883 if ((xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) && shift > 0) { in encode_breakout_test()
895 if ((xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) && shift > 0) { in encode_breakout_test()
1541 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) in vp9_pick_inter_mode()
2442 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_pick_inter_mode_sub8x8()
Dvp9_encodeframe.c1232 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in choose_partitioning()
1263 xd->cur_buf->flags, in choose_partitioning()
1288 xd->cur_buf->flags, in choose_partitioning()
1310 xd->cur_buf->flags, in choose_partitioning()
1588 x->e_mbd.cur_buf = src; in vp9_setup_src_planes()
1669 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in rd_pick_sb_modes()
4818 if ((xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) && in encode_superblock()
Dvp9_mcomp.c330 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in setup_center_error()
/external/libvpx/libvpx/vp9/
Dvp9_dx_iface.c293 frame_worker_data->pbi->cur_buf->buf.corrupted = 1; in frame_worker_hook()
302 frame_worker_data->pbi->cur_buf->buf.corrupted = 1; in frame_worker_hook()