Searched refs:weight_mask (Results 1 – 8 of 8) sorted by relevance
56 dsp->weight_mask[w_index][h_index][0] = \58 dsp->weight_mask[w_index][h_index][1] = \
73 "${libgav1_source}/dsp/weight_mask.cc"74 "${libgav1_source}/dsp/weight_mask.h")
855 WeightMaskFuncs weight_mask; member
62 alignas(kMaxAlignment) uint8_t weight_mask[kMaxSuperBlockSizeSquareInPixels]; member
434 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] = \
421 dsp->weight_mask[w_index][h_index][0] = \423 dsp->weight_mask[w_index][h_index][1] = WeightMask##width##x##height##_NEON<1>
783 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()
112 "libgav1/src/dsp/weight_mask.cc",