Home
last modified time | relevance | path

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

/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/encoder/
H A Drdo.c97 static const uint8_t satd_shift_y[3] = {2-1, 3-2, 2-2}; in cached_satd() local
99 int cache_index = (x >> satd_shift_x[size - PIXEL_8x4]) + (y >> satd_shift_y[size - PIXEL_8x4]) in cached_satd()
/dports/emulators/vice/vice-3.5/src/lib/libx264/encoder/
H A Drdo.c93 static const uint8_t satd_shift_y[3] = {2-1, 3-2, 2-2}; in cached_satd() local
96 int cache_index = (x >> satd_shift_x[size - PIXEL_8x4]) + (y >> satd_shift_y[size - PIXEL_8x4]) in cached_satd()
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/encoder/
H A Drdo.c97 static const uint8_t satd_shift_y[3] = {2-1, 3-2, 2-2}; in cached_satd() local
99 int cache_index = (x >> satd_shift_x[size - PIXEL_8x4]) + (y >> satd_shift_y[size - PIXEL_8x4]) in cached_satd()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/encoder/
H A Drdo.c93 static const uint8_t satd_shift_y[3] = {2-1, 3-2, 2-2}; in cached_satd() local
96 int cache_index = (x >> satd_shift_x[size - PIXEL_8x4]) + (y >> satd_shift_y[size - PIXEL_8x4]) in cached_satd()