Searched refs:dst_16 (Results 1 – 2 of 2) sorted by relevance
/external/libaom/av1/common/ |
D | cfl.c | 73 uint16_t *dst_16 = CONVERT_TO_SHORTPTR(dst); in cfl_load_dc_pred() local 74 cfl_load_dc_pred_hbd(xd->cfl.dc_pred_cache[pred_plane], dst_16, dst_stride, in cfl_load_dc_pred() 203 uint16_t *dst_16 = CONVERT_TO_SHORTPTR(dst); in cfl_predict_block() local 204 cfl_get_predict_hbd_fn(tx_size)(cfl->ac_buf_q3, dst_16, dst_stride, in cfl_predict_block()
|
/external/libgav1/src/dsp/ |
D | convolve_test.cc | 819 uint16_t* dst_16 = dest_16bit_ + offset; in Test() local 854 param_.height, dst_16, dst_stride_compound); in Test() 881 Check16Bit(use_fixed_values, source_16bit_ + offset, dst_16, &md5_digest); in Test() 1262 uint16_t* dst_16 = dest_16bit_ + offset; in Test() local 1297 step_y, param_.width, param_.height, dst_16, dst_stride_compound); in Test() 1326 Check16Bit(use_fixed_values, source_16bit_ + offset_scale, dst_16, in Test()
|