Home
last modified time | relevance | path

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

123

/external/libaom/libaom/aom_scale/generic/
Dyv12extend.c114 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 …]
Dyv12config.c139 ybf->flags = YV12_FLAG_HIGHBITDEPTH; in realloc_frame_buffer_aligned()
/external/libaom/libaom/aom_dsp/
Dpsnr.c285 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()
Dpsnrhvs.c253 const int buf_is_hbd = src->flags & YV12_FLAG_HIGHBITDEPTH; in aom_psnrhvs()
/external/libvpx/libvpx/vpx_scale/generic/
Dyv12extend.c147 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()
Dyv12config.c266 ybf->flags = YV12_FLAG_HIGHBITDEPTH; in vpx_realloc_frame_buffer()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemb.c45 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 …]
Dvp9_aq_variance.c147 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in block_variance()
167 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in block_variance()
Dvp9_temporal_filter.c73 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()
Dvp9_rdopt.c182 (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 …]
Dvp9_extend.c127 if (src->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_copy_and_extend_frame()
/external/libvpx/libvpx/vp9/
Dvp9_iface_common.c56 if (yv12->flags & YV12_FLAG_HIGHBITDEPTH) { in yuvconfig2image()
120 yv12->flags = YV12_FLAG_HIGHBITDEPTH; in image2yuvconfig()
/external/libaom/libaom/av1/
Dav1_iface_common.h60 if (yv12->flags & YV12_FLAG_HIGHBITDEPTH) { in yuvconfig2image()
128 yv12->flags = YV12_FLAG_HIGHBITDEPTH; in image2yuvconfig()
/external/libvpx/libvpx/vpx_dsp/
Dpsnr.c192 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/
Dyv12config.h67 #define YV12_FLAG_HIGHBITDEPTH 8 macro
/external/libaom/libaom/aom_scale/
Dyv12config.h111 #define YV12_FLAG_HIGHBITDEPTH 8 macro
/external/libaom/libaom/av1/encoder/
Dhash_motion.c195 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()
Dextend.c121 if (src->flags & YV12_FLAG_HIGHBITDEPTH) { in av1_copy_and_extend_frame()
Dvar_based_part.c236 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/
Dvp9_postproc.c194 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/
Ddecoder.c278 (a->flags & YV12_FLAG_HIGHBITDEPTH) == in equal_dimensions_and_border()
279 (b->flags & YV12_FLAG_HIGHBITDEPTH); in equal_dimensions_and_border()
Dobu.c405 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/
Dtemporal_filter_sse2.c224 const int is_high_bitdepth = ref_frame->flags & YV12_FLAG_HIGHBITDEPTH; in av1_apply_temporal_filter_planewise_sse2()
Dtemporal_filter_avx2.c246 const int is_high_bitdepth = ref_frame->flags & YV12_FLAG_HIGHBITDEPTH; in av1_apply_temporal_filter_planewise_avx2()
/external/libaom/libaom/av1/common/
Dblockd.h677 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()

123