/external/libaom/libaom/aom_scale/generic/ |
D | yv12extend.c | 111 if (ybf->flags & YV12_FLAG_HIGHBITDEPTH) { in aom_yv12_extend_frame_borders_c() 144 if (ybf->flags & YV12_FLAG_HIGHBITDEPTH) { in extend_frame() 188 if (ybf->flags & YV12_FLAG_HIGHBITDEPTH) { in aom_extend_frame_borders_y_c() 220 assert((src_bc->flags & YV12_FLAG_HIGHBITDEPTH) == in aom_yv12_copy_frame_c() 221 (dst_bc->flags & YV12_FLAG_HIGHBITDEPTH)); in aom_yv12_copy_frame_c() 223 if (src_bc->flags & YV12_FLAG_HIGHBITDEPTH) { in aom_yv12_copy_frame_c() 258 if (src_ybc->flags & YV12_FLAG_HIGHBITDEPTH) { in aom_yv12_copy_y_c() 282 if (src_bc->flags & YV12_FLAG_HIGHBITDEPTH) { in aom_yv12_copy_u_c() 306 if (src_bc->flags & YV12_FLAG_HIGHBITDEPTH) { in aom_yv12_copy_v_c() 332 if (src_ybc->flags & YV12_FLAG_HIGHBITDEPTH) { in aom_yv12_partial_copy_y_c() [all …]
|
D | yv12config.c | 138 ybf->flags = YV12_FLAG_HIGHBITDEPTH; in realloc_frame_buffer_aligned()
|
/external/libaom/libaom/aom_dsp/ |
D | psnr.c | 241 assert((a->flags & YV12_FLAG_HIGHBITDEPTH) != 0); in aom_highbd_get_y_sse() 242 assert((b->flags & YV12_FLAG_HIGHBITDEPTH) != 0); in aom_highbd_get_y_sse() 261 assert((a->flags & YV12_FLAG_HIGHBITDEPTH) != 0); in aom_highbd_get_u_sse() 262 assert((b->flags & YV12_FLAG_HIGHBITDEPTH) != 0); in aom_highbd_get_u_sse() 281 assert((a->flags & YV12_FLAG_HIGHBITDEPTH) != 0); in aom_highbd_get_v_sse() 282 assert((b->flags & YV12_FLAG_HIGHBITDEPTH) != 0); in aom_highbd_get_v_sse() 325 if (a->flags & YV12_FLAG_HIGHBITDEPTH) { in aom_calc_highbd_psnr()
|
D | psnrhvs.c | 255 const int buf_is_hbd = src->flags & YV12_FLAG_HIGHBITDEPTH; in aom_psnrhvs()
|
/external/libvpx/libvpx/vpx_scale/generic/ |
D | yv12extend.c | 147 if (ybf->flags & YV12_FLAG_HIGHBITDEPTH) { in extend_frame() 250 if (src_ybc->flags & YV12_FLAG_HIGHBITDEPTH) { in vpx_yv12_copy_frame_c() 251 assert(dst_ybc->flags & YV12_FLAG_HIGHBITDEPTH); in vpx_yv12_copy_frame_c() 279 assert(!(dst_ybc->flags & YV12_FLAG_HIGHBITDEPTH)); in vpx_yv12_copy_frame_c() 318 if (src_ybc->flags & YV12_FLAG_HIGHBITDEPTH) { in vpx_yv12_copy_y_c()
|
D | yv12config.c | 265 ybf->flags = YV12_FLAG_HIGHBITDEPTH; in vpx_realloc_frame_buffer()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodemb.c | 41 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()
|
D | vp9_temporal_filter.c | 63 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()
|
D | vp9_aq_variance.c | 156 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in block_variance() 174 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in block_variance()
|
D | vp9_speed_features.c | 120 if (cpi->Source->flags & YV12_FLAG_HIGHBITDEPTH) { in set_good_speed_feature_framesize_dependent() 571 if (cpi->Source->flags & YV12_FLAG_HIGHBITDEPTH) in set_rt_speed_feature_framesize_independent() 639 if (cpi->Source->flags & YV12_FLAG_HIGHBITDEPTH) in set_rt_speed_feature_framesize_independent()
|
D | vp9_rdopt.c | 175 (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 …]
|
D | vp9_extend.c | 127 if (src->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_copy_and_extend_frame()
|
D | vp9_firstpass.c | 411 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()
|
/external/libvpx/libvpx/vp9/ |
D | vp9_iface_common.h | 59 if (yv12->flags & YV12_FLAG_HIGHBITDEPTH) { in yuvconfig2image() 123 yv12->flags = YV12_FLAG_HIGHBITDEPTH; in image2yuvconfig()
|
/external/libaom/libaom/av1/ |
D | av1_iface_common.h | 58 if (yv12->flags & YV12_FLAG_HIGHBITDEPTH) { in yuvconfig2image() 123 yv12->flags = YV12_FLAG_HIGHBITDEPTH; in image2yuvconfig()
|
/external/libvpx/libvpx/vpx_dsp/ |
D | psnr.c | 192 assert((a->flags & YV12_FLAG_HIGHBITDEPTH) != 0); in vpx_highbd_get_y_sse() 193 assert((b->flags & YV12_FLAG_HIGHBITDEPTH) != 0); in vpx_highbd_get_y_sse() 222 if (a->flags & YV12_FLAG_HIGHBITDEPTH) { in vpx_calc_highbd_psnr()
|
/external/libvpx/libvpx/vpx_scale/ |
D | yv12config.h | 67 #define YV12_FLAG_HIGHBITDEPTH 8 macro
|
/external/libaom/libaom/aom_scale/ |
D | yv12config.h | 110 #define YV12_FLAG_HIGHBITDEPTH 8 macro
|
/external/libaom/libaom/av1/encoder/ |
D | hash_motion.c | 191 if (picture->flags & YV12_FLAG_HIGHBITDEPTH) { in av1_generate_block_2x2_hash_value() 342 if (picture->flags & YV12_FLAG_HIGHBITDEPTH) { in av1_hash_is_horizontal_perfect() 371 if (picture->flags & YV12_FLAG_HIGHBITDEPTH) { in av1_hash_is_vertical_perfect()
|
D | global_motion.c | 291 if (frm->flags & YV12_FLAG_HIGHBITDEPTH) { in compute_global_motion_feature_based() 296 if (ref->flags & YV12_FLAG_HIGHBITDEPTH) { in compute_global_motion_feature_based() 803 if (frm->flags & YV12_FLAG_HIGHBITDEPTH) { in compute_global_motion_disflow_based() 808 if (ref->flags & YV12_FLAG_HIGHBITDEPTH) { in compute_global_motion_disflow_based()
|
D | extend.c | 125 if (src->flags & YV12_FLAG_HIGHBITDEPTH) { in av1_copy_and_extend_frame()
|
/external/libaom/libaom/av1/decoder/ |
D | decoder.c | 261 (a->flags & YV12_FLAG_HIGHBITDEPTH) == in equal_dimensions_and_border() 262 (b->flags & YV12_FLAG_HIGHBITDEPTH); in equal_dimensions_and_border()
|
D | obu.c | 399 assert(src->flags & YV12_FLAG_HIGHBITDEPTH); in yv12_tile_copy() 400 assert(!(dst->flags & YV12_FLAG_HIGHBITDEPTH)); in yv12_tile_copy()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_postproc.c | 193 if (source->flags & YV12_FLAG_HIGHBITDEPTH) { in deblock_and_de_macro_block() 234 if (src->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_deblock()
|
/external/libaom/libaom/av1/common/ |
D | blockd.h | 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()
|