Home
last modified time | relevance | path

Searched refs:cur_buf (Results 1 – 21 of 21) 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/libxcam/tests/
Dtest-image-stitching.cpp486 SmartPtr<VideoBuffer> pre_buf, cur_buf; in main() local
503 cur_buf = buf_pool[i]->get_buffer (buf_pool[i]); in main()
504 XCAM_ASSERT (cur_buf.ptr ()); in main()
505 ret = file_in[i].read_buf (cur_buf); in main()
515 input_buf = cur_buf; in main()
517 pre_buf->attach_buffer (cur_buf); in main()
519 pre_buf = cur_buf; in main()
521 input_bufs[i] = cur_buf; in main()
/external/pdfium/core/fxcodec/codec/
Dfx_codec_flate.cpp536 uint8_t* cur_buf = guess_buf.release(); in FlateUncompress() local
538 uint32_t ret = FlateOutput(context, cur_buf, buf_size); in FlateUncompress()
542 result_tmp_bufs.push_back(cur_buf); in FlateUncompress()
545 result_tmp_bufs.push_back(cur_buf); in FlateUncompress()
546 cur_buf = FX_Alloc(uint8_t, buf_size + 1); in FlateUncompress()
547 cur_buf[buf_size] = '\0'; in FlateUncompress()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemb.c41 if (x->e_mbd.cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_subtract_plane()
141 (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) in vp9_optimize_b()
153 (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) in vp9_optimize_b()
167 (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) ? dqv >> (xd->bd - 8) in vp9_optimize_b()
340 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_xform_quant_fp()
416 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_xform_quant_dc()
490 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_xform_quant()
621 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in encode_block()
684 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in encode_block_pass1()
788 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()
361 if (mbd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_temporal_filter_iterate_row_c()
408 if (mbd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_temporal_filter_iterate_row_c()
454 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()
985 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in rd_pick_intra4x4block()
1366 if ((xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) && in rd_pick_intra_sbuv_mode()
1531 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in encode_inter_mb_segment()
1553 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in encode_inter_mb_segment()
1572 const int bd = (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) ? xd->bd : 8; in encode_inter_mb_segment()
1786 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in joint_motion_search()
[all …]
Dvp9_quantize.c178 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_regular_quantize_b_4x4()
Dvp9_firstpass.c423 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in first_pass_motion_search()
677 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) in fp_estimate_block_noise()
1085 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_first_pass_encode_tile_mb_row()
1104 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_first_pass_encode_tile_mb_row()
1143 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_first_pass_encode_tile_mb_row()
Dvp9_pickmode.c898 if ((xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) && shift > 0) { in encode_breakout_test()
910 if ((xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) && shift > 0) { in encode_breakout_test()
1554 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) in vp9_pick_inter_mode()
2599 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_pick_inter_mode_sub8x8()
Dvp9_encodeframe.c1445 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in choose_partitioning()
1478 xd->cur_buf->flags, in choose_partitioning()
1503 xd->cur_buf->flags, in choose_partitioning()
1528 xd->cur_buf->flags, in choose_partitioning()
1805 x->e_mbd.cur_buf = src; in vp9_setup_src_planes()
1886 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in rd_pick_sb_modes()
5106 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/libxcam/xcore/
Dx3a_image_process_center.cpp203 SmartPtr<VideoBuffer> cur_buf = buf; in process_buffer_done() local
205 XCamReturn ret = next_processor->push_buffer (cur_buf); in process_buffer_done()
/external/libxcam/modules/ocl/
Dcl_image_360_stitch.cpp540 SmartPtr<VideoBuffer> cur_buf = input; in ensure_fisheye_parameters() local
548 XCamReturn ret = ensure_handler_parameters (_fisheye[i].handler, cur_buf, _fisheye[i].buf); in ensure_fisheye_parameters()
552 pre_buf = cur_buf; in ensure_fisheye_parameters()
553 cur_buf = cur_buf->find_typed_attach<VideoBuffer> (); in ensure_fisheye_parameters()
554 if (!cur_buf.ptr () && (i != (_fisheye_num - 1))) { in ensure_fisheye_parameters()
558 pre_buf->detach_buffer (cur_buf); in ensure_fisheye_parameters()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decoder.h57 RefCntBuffer *cur_buf; // Current decoding frame buffer. member
Dvp9_decoder.c309 pbi->cur_buf = &frame_bufs[cm->new_fb_idx]; in vp9_receive_compressed_data()
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()
616 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in dec_build_inter_predictors()
2024 xd->cur_buf = new_fb; in vp9_decode_frame()
Dvp9_decodemv.c834 if ((xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) && in vp9_read_mode_info()
/external/libvpx/libvpx/vp9/
Dvp9_dx_iface.c298 ctx->pbi->cur_buf->buf.corrupted = 1; in decode_one()