/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/pdfium/core/fxcodec/codec/ |
D | fx_codec_flate.cpp | 533 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/ |
D | vp9_decoder.c | 317 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()
|
D | vp9_decoder.h | 60 RefCntBuffer *cur_buf; // Current decoding frame buffer. member
|
D | vp9_dthread.c | 91 while (ref_buf->row < row && pbi->cur_buf == ref_buf && in vp9_frameworker_wait()
|
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() 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()
|
D | vp9_decodemv.c | 857 if ((xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) && in vp9_read_mode_info()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodemb.c | 41 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()
|
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() 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()
|
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() 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 …]
|
D | vp9_quantize.c | 169 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_regular_quantize_b_4x4()
|
D | vp9_firstpass.c | 415 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()
|
D | vp9_pickmode.c | 883 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()
|
D | vp9_encodeframe.c | 1232 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()
|
D | vp9_mcomp.c | 330 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in setup_center_error()
|
/external/libvpx/libvpx/vp9/ |
D | vp9_dx_iface.c | 293 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()
|