Home
last modified time | relevance | path

Searched defs:residual1 (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dcompound_type.c185 const int16_t *const residual1, in pick_wedge()
262 const BLOCK_SIZE bsize, const int16_t *const residual1, in pick_wedge_fixed_sign()
303 const int16_t *const residual1, const int16_t *const diff10, in pick_interinter_wedge()
334 const int16_t *const residual1, in pick_interinter_seg()
424 int16_t *residual1, int16_t *diff10, int *strides) { in get_inter_predictors_masked_compound()
1004 uint8_t **preds1, int16_t *residual1, int16_t *diff10, int *strides, in masked_compound_type_rd()
Dblock.h207 int16_t *residual1; // src - pred1 member
/external/libgav1/libgav1/src/dsp/arm/
Dinverse_transform_10bit_neon.cc1830 const int32x4_t residual1 = vld1q_s32(&source[i + 4]); in RowShift() local