Home
last modified time | relevance | path

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

/third_party/ffmpeg/tests/checkasm/
Dh264dsp.c33 static const uint32_t pixel_mask_lf[3] = { 0xff0fff0f, 0x01ff000f, 0x03ff000f }; variable
334 uint32_t mask = pixel_mask_lf[bit_depth - 8]; in check_loop_filter()
398 uint32_t mask = pixel_mask_lf[bit_depth - 8]; in check_loop_filter_intra()