/external/libvpx/libvpx/vp9/common/ |
D | vp9_reconintra.c | 141 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()
|
D | vp9_blockd.h | 179 const YV12_BUFFER_CONFIG *cur_buf; member
|
D | vp9_reconinter.c | 192 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in build_inter_predictors()
|
/external/libxcam/tests/ |
D | test-image-stitching.cpp | 486 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/ |
D | fx_codec_flate.cpp | 536 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/ |
D | vp9_encodemb.c | 41 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()
|
D | vp9_aq_variance.c | 155 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in block_variance() 173 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in block_variance()
|
D | vp9_temporal_filter.c | 57 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()
|
D | vp9_rdopt.c | 173 (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 …]
|
D | vp9_quantize.c | 178 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_regular_quantize_b_4x4()
|
D | vp9_firstpass.c | 423 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()
|
D | vp9_pickmode.c | 898 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()
|
D | vp9_encodeframe.c | 1445 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()
|
D | vp9_mcomp.c | 330 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in setup_center_error()
|
/external/libxcam/xcore/ |
D | x3a_image_process_center.cpp | 203 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/ |
D | cl_image_360_stitch.cpp | 540 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/ |
D | vp9_decoder.h | 57 RefCntBuffer *cur_buf; // Current decoding frame buffer. member
|
D | vp9_decoder.c | 309 pbi->cur_buf = &frame_bufs[cm->new_fb_idx]; in vp9_receive_compressed_data()
|
D | vp9_decodeframe.c | 191 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()
|
D | vp9_decodemv.c | 834 if ((xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) && in vp9_read_mode_info()
|
/external/libvpx/libvpx/vp9/ |
D | vp9_dx_iface.c | 298 ctx->pbi->cur_buf->buf.corrupted = 1; in decode_one()
|