Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_scale/generic/
Dyv12extend.c117 if (ybf->flags & YV12_FLAG_HIGHBITDEPTH) { in vp8_yv12_extend_frame_borders_c()
177 if (ybf->flags & YV12_FLAG_HIGHBITDEPTH) { in extend_frame()
240 if (src_ybc->flags & YV12_FLAG_HIGHBITDEPTH) { in vp8_yv12_copy_frame_c()
241 assert(dst_ybc->flags & YV12_FLAG_HIGHBITDEPTH); in vp8_yv12_copy_frame_c()
269 assert(!(dst_ybc->flags & YV12_FLAG_HIGHBITDEPTH)); in vp8_yv12_copy_frame_c()
307 if (src_ybc->flags & YV12_FLAG_HIGHBITDEPTH) { in vpx_yv12_copy_y_c()
Dyv12config.c256 ybf->flags = YV12_FLAG_HIGHBITDEPTH; in vpx_realloc_frame_buffer()
/external/libvpx/libvpx/vp9/common/
Dvp9_postproc.c391 if (source->flags & YV12_FLAG_HIGHBITDEPTH) { in deblock_and_de_macro_block()
470 assert((src->flags & YV12_FLAG_HIGHBITDEPTH) == in vp9_deblock()
471 (dst->flags & YV12_FLAG_HIGHBITDEPTH)); in vp9_deblock()
472 if (src->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_deblock()
511 assert((src->flags & YV12_FLAG_HIGHBITDEPTH) == in vp9_denoise()
512 (dst->flags & YV12_FLAG_HIGHBITDEPTH)); in vp9_denoise()
513 if (src->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_denoise()
Dvp9_reconintra.c401 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_predict_intra_block()
Dvp9_reconinter.c218 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in build_inter_predictors()
/external/libvpx/libvpx/vp9/
Dvp9_iface_common.h59 if (yv12->flags & YV12_FLAG_HIGHBITDEPTH) { in yuvconfig2image()
123 yv12->flags = YV12_FLAG_HIGHBITDEPTH; in image2yuvconfig()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemb.c42 if (x->e_mbd.cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_subtract_plane()
170 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in optimize_b()
231 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in optimize_b()
342 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_xform_quant_fp()
432 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_xform_quant_dc()
513 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_xform_quant()
655 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in encode_block()
721 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in encode_block_pass1()
810 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.c62 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in temporal_filter_predictors_mb_c()
306 if (mbd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in temporal_filter_iterate_c()
383 if (mbd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in temporal_filter_iterate_c()
440 if (mbd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in temporal_filter_iterate_c()
Dvp9_pickmode.c415 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in model_rd_for_sb_y_large()
437 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in model_rd_for_sb_y_large()
526 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in model_rd_for_sb_y()
548 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in model_rd_for_sb_y()
724 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in model_rd_for_sb_uv()
740 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in model_rd_for_sb_uv()
804 if ((xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) && shift > 0) { in encode_breakout_test()
816 if ((xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) && shift > 0) { in encode_breakout_test()
1858 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_pick_inter_mode_sub8x8()
Dvp9_extend.c129 if (src->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_copy_and_extend_frame()
Dvp9_rdopt.c179 (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) ? in model_rd_for_sb()
454 const int bd = (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) ? xd->bd : 8; in dist_block()
796 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in rd_pick_intra4x4block()
1352 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in encode_inter_mb_segment()
1381 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in encode_inter_mb_segment()
1400 const int bd = (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) ? xd->bd : 8; in encode_inter_mb_segment()
1619 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in joint_motion_search()
2437 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in handle_inter_mode()
2834 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in rd_variance_adjustment()
3447 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_rd_pick_inter_mode_sb()
[all …]
Dvp9_encoder.c2293 if (a->flags & YV12_FLAG_HIGHBITDEPTH) { in calc_highbd_psnr()
2479 if (s->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_write_yuv_rec_frame()
2558 if (src->flags & YV12_FLAG_HIGHBITDEPTH) {
2605 if (src->flags & YV12_FLAG_HIGHBITDEPTH) {
3210 (buf->flags & YV12_FLAG_HIGHBITDEPTH) ?
4029 const int use_highbitdepth = sd->flags & YV12_FLAG_HIGHBITDEPTH;
4737 assert((a->flags & YV12_FLAG_HIGHBITDEPTH) != 0);
4738 assert((b->flags & YV12_FLAG_HIGHBITDEPTH) != 0);
Dvp9_quantize.c201 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_regular_quantize_b_4x4()
Dvp9_firstpass.c412 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in first_pass_motion_search()
765 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_first_pass()
785 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_first_pass()
824 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_first_pass()
Dvp9_encodeframe.c550 if (highbd_flag & YV12_FLAG_HIGHBITDEPTH) { in compute_minmax_8x8()
591 if (highbd_flag & YV12_FLAG_HIGHBITDEPTH) { in fill_variance_4x4avg()
630 if (highbd_flag & YV12_FLAG_HIGHBITDEPTH) { in fill_variance_8x8avg()
787 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in choose_partitioning()
1202 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in rd_pick_sb_modes()
Dvp9_mcomp.c328 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in setup_center_error()
/external/libvpx/libvpx/vpx_scale/
Dyv12config.h67 #define YV12_FLAG_HIGHBITDEPTH 8 macro
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c195 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in inverse_transform_block_inter()
285 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in inverse_transform_block_intra()
515 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in extend_and_predict()
525 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in extend_and_predict()
694 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in dec_build_inter_predictors()