Home
last modified time | relevance | path

Searched refs:weight_mask (Results 1 – 8 of 8) sorted by relevance

/external/libgav1/libgav1/src/dsp/
Dweight_mask.cc56 dsp->weight_mask[w_index][h_index][0] = \
58 dsp->weight_mask[w_index][h_index][1] = \
Dlibgav1_dsp.cmake73 "${libgav1_source}/dsp/weight_mask.cc"
74 "${libgav1_source}/dsp/weight_mask.h")
Ddsp.h855 WeightMaskFuncs weight_mask; member
/external/libgav1/libgav1/src/
Dtile_scratch_buffer.h62 alignas(kMaxAlignment) uint8_t weight_mask[kMaxSuperBlockSizeSquareInPixels]; member
/external/libgav1/libgav1/src/dsp/x86/
Dweight_mask_sse4.cc434 dsp->weight_mask[w_index][h_index][0] = \
436 dsp->weight_mask[w_index][h_index][1] = WeightMask##width##x##height##_SSE4<1>
906 dsp->weight_mask[w_index][h_index][0] = \
908 dsp->weight_mask[w_index][h_index][1] = \
/external/libgav1/libgav1/src/dsp/arm/
Dweight_mask_neon.cc421 dsp->weight_mask[w_index][h_index][0] = \
423 dsp->weight_mask[w_index][h_index][1] = WeightMask##width##x##height##_NEON<1>
/external/libgav1/libgav1/src/tile/
Dprediction.cc783 dsp_.weight_mask[FloorLog2(prediction_width) - 3] in InterPrediction()
788 block.scratch_buffer->weight_mask, in InterPrediction()
791 prediction_mask = block.scratch_buffer->weight_mask; in InterPrediction()
/external/libgav1/
DAndroid.bp112 "libgav1/src/dsp/weight_mask.cc",