Home
last modified time | relevance | path

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

/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/common/
H A Dpixel.h157 #define x264_field_vsad x264_template(field_vsad) macro
158 int x264_field_vsad( x264_t *h, int mb_x, int mb_y );
H A Dpixel.c723 int x264_field_vsad( x264_t *h, int mb_x, int mb_y ) in x264_field_vsad() function
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/common/
H A Dpixel.h157 #define x264_field_vsad x264_template(field_vsad) macro
158 int x264_field_vsad( x264_t *h, int mb_x, int mb_y );
H A Dpixel.c723 int x264_field_vsad( x264_t *h, int mb_x, int mb_y ) in x264_field_vsad() function
/dports/emulators/vice/vice-3.5/src/lib/libx264/common/
H A Dpixel.h154 int x264_field_vsad( x264_t *h, int mb_x, int mb_y );
H A Dpixel.c801 int x264_field_vsad( x264_t *h, int mb_x, int mb_y ) in x264_field_vsad() function
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/common/
H A Dpixel.h154 int x264_field_vsad( x264_t *h, int mb_x, int mb_y );
H A Dpixel.c801 int x264_field_vsad( x264_t *h, int mb_x, int mb_y ) in x264_field_vsad() function
/dports/emulators/vice/vice-3.5/src/lib/libx264/encoder/
H A Dencoder.c2781 h->mb.b_interlaced = x264_field_vsad( h, i_mb_x, i_mb_y ); in x264_slice_write()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/encoder/
H A Dencoder.c2781 h->mb.b_interlaced = x264_field_vsad( h, i_mb_x, i_mb_y ); in x264_slice_write()
/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/encoder/
H A Dencoder.c2827 h->mb.b_interlaced = x264_field_vsad( h, i_mb_x, i_mb_y ); in slice_write()
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/encoder/
H A Dencoder.c2827 h->mb.b_interlaced = x264_field_vsad( h, i_mb_x, i_mb_y ); in slice_write()