/external/libaom/libaom/aom_scale/generic/ |
D | yv12extend.c | 114 if (ybf->flags & YV12_FLAG_HIGHBITDEPTH) { in aom_yv12_extend_frame_borders_c() 150 if (ybf->flags & YV12_FLAG_HIGHBITDEPTH) { in extend_frame() 196 if (ybf->flags & YV12_FLAG_HIGHBITDEPTH) { in aom_extend_frame_borders_y_c() 232 assert((src_bc->flags & YV12_FLAG_HIGHBITDEPTH) == in aom_yv12_copy_frame_c() 233 (dst_bc->flags & YV12_FLAG_HIGHBITDEPTH)); in aom_yv12_copy_frame_c() 235 if (src_bc->flags & YV12_FLAG_HIGHBITDEPTH) { in aom_yv12_copy_frame_c() 272 if (src_ybc->flags & YV12_FLAG_HIGHBITDEPTH) { in aom_yv12_copy_y_c() 297 if (src_bc->flags & YV12_FLAG_HIGHBITDEPTH) { in aom_yv12_copy_u_c() 321 if (src_bc->flags & YV12_FLAG_HIGHBITDEPTH) { in aom_yv12_copy_v_c() 347 if (src_ybc->flags & YV12_FLAG_HIGHBITDEPTH) { in aom_yv12_partial_copy_y_c() [all …]
|
D | yv12config.c | 139 ybf->flags = YV12_FLAG_HIGHBITDEPTH; in realloc_frame_buffer_aligned()
|
/external/libaom/libaom/aom_dsp/ |
D | psnr.c | 285 assert((a->flags & YV12_FLAG_HIGHBITDEPTH) != 0); in aom_highbd_get_y_sse() 286 assert((b->flags & YV12_FLAG_HIGHBITDEPTH) != 0); in aom_highbd_get_y_sse() 305 assert((a->flags & YV12_FLAG_HIGHBITDEPTH) != 0); in aom_highbd_get_u_sse() 306 assert((b->flags & YV12_FLAG_HIGHBITDEPTH) != 0); in aom_highbd_get_u_sse() 325 assert((a->flags & YV12_FLAG_HIGHBITDEPTH) != 0); in aom_highbd_get_v_sse() 326 assert((b->flags & YV12_FLAG_HIGHBITDEPTH) != 0); in aom_highbd_get_v_sse() 382 if (a->flags & YV12_FLAG_HIGHBITDEPTH) { in aom_calc_highbd_psnr()
|
D | psnrhvs.c | 253 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 | 266 ybf->flags = YV12_FLAG_HIGHBITDEPTH; in vpx_realloc_frame_buffer()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodemb.c | 45 if (x->e_mbd.cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_subtract_plane() 152 (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) in vp9_optimize_b() 164 (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) in vp9_optimize_b() 178 (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) ? dqv >> (xd->bd - 8) in vp9_optimize_b() 365 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_xform_quant_fp() 443 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_xform_quant_dc() 517 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_xform_quant() 671 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in encode_block() 731 xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH); in encode_block() 751 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in encode_block_pass1() [all …]
|
D | vp9_aq_variance.c | 147 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in block_variance() 167 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in block_variance()
|
D | vp9_temporal_filter.c | 73 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in temporal_filter_predictors_mb_c() 118 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in temporal_filter_predictors_mb_c() 149 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in temporal_filter_predictors_mb_c() 679 if (mbd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_temporal_filter_iterate_row_c() 721 if (mbd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_temporal_filter_iterate_row_c() 812 if (mbd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_temporal_filter_iterate_row_c() 852 if (mbd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_temporal_filter_iterate_row_c()
|
D | vp9_rdopt.c | 182 (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) ? xd->bd - 5 : in model_rd_for_sb() 485 const int is_highbd = xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH; in copy_block_visible() 623 const int bd = (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) ? xd->bd : 8; in dist_block() 680 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in dist_block() 789 if ((xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) && (xd->bd > 8)) in block_rd_txfm() 956 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in choose_tx_size_from_rd() 1036 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in choose_tx_size_from_rd() 1115 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in rd_pick_intra4x4block() 1497 if ((xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) && in rd_pick_intra_sbuv_mode() 1663 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in encode_inter_mb_segment() [all …]
|
D | vp9_extend.c | 127 if (src->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_copy_and_extend_frame()
|
/external/libvpx/libvpx/vp9/ |
D | vp9_iface_common.c | 56 if (yv12->flags & YV12_FLAG_HIGHBITDEPTH) { in yuvconfig2image() 120 yv12->flags = YV12_FLAG_HIGHBITDEPTH; in image2yuvconfig()
|
/external/libaom/libaom/av1/ |
D | av1_iface_common.h | 60 if (yv12->flags & YV12_FLAG_HIGHBITDEPTH) { in yuvconfig2image() 128 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 | 111 #define YV12_FLAG_HIGHBITDEPTH 8 macro
|
/external/libaom/libaom/av1/encoder/ |
D | hash_motion.c | 195 if (picture->flags & YV12_FLAG_HIGHBITDEPTH) { in av1_generate_block_2x2_hash_value() 349 if (picture->flags & YV12_FLAG_HIGHBITDEPTH) { in av1_hash_is_horizontal_perfect() 378 if (picture->flags & YV12_FLAG_HIGHBITDEPTH) { in av1_hash_is_vertical_perfect()
|
D | extend.c | 121 if (src->flags & YV12_FLAG_HIGHBITDEPTH) { in av1_copy_and_extend_frame()
|
D | var_based_part.c | 236 if (highbd_flag & YV12_FLAG_HIGHBITDEPTH) { in fill_variance_8x8avg() 272 if (highbd_flag & YV12_FLAG_HIGHBITDEPTH) { in compute_minmax_8x8() 308 if (highbd_flag & YV12_FLAG_HIGHBITDEPTH) { in fill_variance_4x4avg()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_postproc.c | 194 if (source->flags & YV12_FLAG_HIGHBITDEPTH) { in deblock_and_de_macro_block() 235 if (src->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_deblock()
|
/external/libaom/libaom/av1/decoder/ |
D | decoder.c | 278 (a->flags & YV12_FLAG_HIGHBITDEPTH) == in equal_dimensions_and_border() 279 (b->flags & YV12_FLAG_HIGHBITDEPTH); in equal_dimensions_and_border()
|
D | obu.c | 405 assert(src->flags & YV12_FLAG_HIGHBITDEPTH); in yv12_tile_copy() 406 assert(!(dst->flags & YV12_FLAG_HIGHBITDEPTH)); in yv12_tile_copy()
|
/external/libaom/libaom/av1/encoder/x86/ |
D | temporal_filter_sse2.c | 224 const int is_high_bitdepth = ref_frame->flags & YV12_FLAG_HIGHBITDEPTH; in av1_apply_temporal_filter_planewise_sse2()
|
D | temporal_filter_avx2.c | 246 const int is_high_bitdepth = ref_frame->flags & YV12_FLAG_HIGHBITDEPTH; in av1_apply_temporal_filter_planewise_avx2()
|
/external/libaom/libaom/av1/common/ |
D | blockd.h | 677 return xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH ? 1 : 0; in is_cur_buf_hbd() 681 return (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) in get_buf_by_bd()
|