Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/test/fuzzers/
H A Dvp9_encoder_references_fuzzer.cc572 uint8_t encode_spatial_layers = (action >> 4); in FuzzOneInput() local
581 drop = encode_spatial_layers == 0; in FuzzOneInput()
584 drop = (encode_spatial_layers & (1 << sid)) == 0; in FuzzOneInput()
587 drop = DropBelow(encode_spatial_layers, sid, in FuzzOneInput()
591 drop = DropAbove(encode_spatial_layers, sid); in FuzzOneInput()