Home
last modified time | relevance | path

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

12

/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.h182 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/libaom/libaom/av1/encoder/
Dtpl_model.c140 int mb_y_offset = mi_row * MI_SIZE * xd->cur_buf->y_stride + mi_col * MI_SIZE; in mode_estimation()
157 src = xd->cur_buf->y_buffer + mb_y_offset; in mode_estimation()
158 src_stride = xd->cur_buf->y_stride; in mode_estimation()
197 motion_compensated_prediction(cpi, td, xd->cur_buf->y_buffer + mb_y_offset, in mode_estimation()
199 xd->cur_buf->y_stride, bsize, mi_row, mi_col); in mode_estimation()
214 bh, bw, src_diff, bw, xd->cur_buf->y_buffer + mb_y_offset, in mode_estimation()
215 xd->cur_buf->y_stride, &predictor[0], bw, xd->bd); in mode_estimation()
218 xd->cur_buf->y_buffer + mb_y_offset, in mode_estimation()
219 xd->cur_buf->y_stride, &predictor[0], bw); in mode_estimation()
428 xd->cur_buf = this_frame; in mc_flow_dispenser()
Dencodemb.c294 xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH); in encode_block()
/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()
148 (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) in vp9_optimize_b()
160 (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) in vp9_optimize_b()
174 (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) ? dqv >> (xd->bd - 8) in vp9_optimize_b()
361 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_xform_quant_fp()
437 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_xform_quant_dc()
511 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_xform_quant()
642 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in encode_block()
705 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in encode_block_pass1()
809 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_encode_block_intra()
Dvp9_temporal_filter.c63 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in temporal_filter_predictors_mb_c()
108 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in temporal_filter_predictors_mb_c()
139 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in temporal_filter_predictors_mb_c()
622 if (mbd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_temporal_filter_iterate_row_c()
664 if (mbd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_temporal_filter_iterate_row_c()
753 if (mbd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_temporal_filter_iterate_row_c()
794 if (mbd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_temporal_filter_iterate_row_c()
Dvp9_aq_variance.c156 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in block_variance()
174 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in block_variance()
Dvp9_encoder.c5787 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) {
5891 int mb_y_offset = mi_row * MI_SIZE * xd->cur_buf->y_stride + mi_col * MI_SIZE;
5910 src = xd->cur_buf->y_buffer + mb_y_offset;
5911 src_stride = xd->cur_buf->y_stride;
5923 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) {
5958 cpi, td, frame_idx, xd->cur_buf->y_buffer + mb_y_offset,
5959 ref_frame[rf_idx]->y_buffer + mb_y_offset, xd->cur_buf->y_stride, bsize,
5964 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) {
5971 bh, bw, src_diff, bw, xd->cur_buf->y_buffer + mb_y_offset,
5972 xd->cur_buf->y_stride, &predictor[0], bw, xd->bd);
[all …]
Dvp9_rdopt.c175 (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) ? xd->bd - 5 : in model_rd_for_sb()
555 const int bd = (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) ? xd->bd : 8; in dist_block()
603 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in dist_block()
696 if ((xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) && (xd->bd > 8)) in block_rd_txfm()
976 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in rd_pick_intra4x4block()
1357 if ((xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) && in rd_pick_intra_sbuv_mode()
1522 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in encode_inter_mb_segment()
1544 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in encode_inter_mb_segment()
1563 const int bd = (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) ? xd->bd : 8; in encode_inter_mb_segment()
1777 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in joint_motion_search()
[all …]
Dvp9_firstpass.c411 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in first_pass_motion_search()
662 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) in fp_estimate_block_noise()
1047 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_first_pass_encode_tile_mb_row()
1070 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_first_pass_encode_tile_mb_row()
1089 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_first_pass_encode_tile_mb_row()
1117 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_first_pass_encode_tile_mb_row()
Dvp9_quantize.c178 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_regular_quantize_b_4x4()
Dvp9_encodeframe.c1500 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in choose_partitioning()
1533 xd->cur_buf->flags, in choose_partitioning()
1558 xd->cur_buf->flags, in choose_partitioning()
1583 xd->cur_buf->flags, in choose_partitioning()
1860 x->e_mbd.cur_buf = src; in vp9_setup_src_planes()
1960 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in rd_pick_sb_modes()
3256 if (x->e_mbd.cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in ml_predict_breakout()
3358 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in ml_prune_rect_partition()
3374 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in ml_prune_rect_partition()
3456 uint8_t *const pred_buf = (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) in ml_predict_var_rd_paritioning()
[all …]
Dvp9_pickmode.c921 if ((xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) && shift > 0) { in encode_breakout_test()
933 if ((xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) && shift > 0) { in encode_breakout_test()
1806 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) in vp9_pick_inter_mode()
2782 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_pick_inter_mode_sub8x8()
/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/u-boot/drivers/video/
Dipu_regs.h242 u32 cur_buf[2]; member
316 #define IPU_CHA_CUR_BUF(ch) (&IPU_STAT->cur_buf[ch / 32])
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decoder.h71 RefCntBuffer *cur_buf; // Current decoding frame buffer. member
Dvp9_decoder.c392 pbi->cur_buf = &frame_bufs[cm->new_fb_idx]; in vp9_receive_compressed_data()
Dvp9_decodeframe.c171 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in inverse_transform_block_inter()
239 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in inverse_transform_block_intra()
525 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in extend_and_predict()
684 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in dec_build_inter_predictors()
2499 xd->cur_buf = new_fb; in vp9_decode_frame()
/external/libaom/libaom/av1/common/
Dblockd.h520 const YV12_BUFFER_CONFIG *cur_buf; member
597 return xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH ? 1 : 0; in is_cur_buf_hbd()
601 return (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) in get_buf_by_bd()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c273 xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH); in inverse_transform_inter_block()
1093 xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH); in predict_inter_block()
5525 xd->cur_buf = new_fb; in av1_decode_frame_headers_and_setup()
5528 &cm->sf_identity, xd->cur_buf->y_crop_width, xd->cur_buf->y_crop_height, in av1_decode_frame_headers_and_setup()
5529 xd->cur_buf->y_crop_width, xd->cur_buf->y_crop_height); in av1_decode_frame_headers_and_setup()
5608 set_planes_to_neutral_grey(&cm->seq_params, xd->cur_buf, 1); in av1_decode_tg_tiles_and_wrapup()
5658 (YV12_BUFFER_CONFIG *)xd->cur_buf, cm, optimized_loop_restoration, in av1_decode_tg_tiles_and_wrapup()
5662 av1_loop_restoration_filter_frame((YV12_BUFFER_CONFIG *)xd->cur_buf, in av1_decode_tg_tiles_and_wrapup()
5673 (YV12_BUFFER_CONFIG *)xd->cur_buf, cm, optimized_loop_restoration, in av1_decode_tg_tiles_and_wrapup()
5677 av1_loop_restoration_filter_frame((YV12_BUFFER_CONFIG *)xd->cur_buf, in av1_decode_tg_tiles_and_wrapup()
/external/libvpx/libvpx/vp9/
Dvp9_dx_iface.c320 ctx->pbi->cur_buf->buf.corrupted = 1; in decode_one()

12