Home
last modified time | relevance | path

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

/dports/emulators/vice/vice-3.5/src/lib/libx264/common/
H A Dosdep.h354 static ALWAYS_INLINE void x264_prefetch( void *p ) in x264_prefetch() function
362 #define x264_prefetch(x) __builtin_prefetch(x) macro
364 #define x264_prefetch(x) macro
H A Dmacroblock.c857 x264_prefetch( &h->mb.cbp.t_int16_t[top] ); in x264_macroblock_cache_load_neighbours()
858 x264_prefetch( h->mb.intra4x4_pred_mode.t_int8_t_array[top] ); in x264_macroblock_cache_load_neighbours()
859 x264_prefetch( &h->mb.non_zero_count.t_uint8_t_array[top][12] ); in x264_macroblock_cache_load_neighbours()
861 x264_prefetch( &h->mb.mb_transform_size.t_int8_t[top] ); in x264_macroblock_cache_load_neighbours()
862 x264_prefetch( &h->mb.skipbp.t_int8_t[top] ); in x264_macroblock_cache_load_neighbours()
960 x264_prefetch( &h->mb.mv[l][top_4x4-1] ); in x264_macroblock_cache_load()
963 x264_prefetch( &h->mb.mv[l][top_4x4+4] ); in x264_macroblock_cache_load()
964 x264_prefetch( &h->mb.ref[l][top_8x8-1] ); in x264_macroblock_cache_load()
965 x264_prefetch( &h->mb.mvd[l][top] ); in x264_macroblock_cache_load()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/common/
H A Dosdep.h354 static ALWAYS_INLINE void x264_prefetch( void *p ) in x264_prefetch() function
362 #define x264_prefetch(x) __builtin_prefetch(x) macro
364 #define x264_prefetch(x) macro
H A Dmacroblock.c857 x264_prefetch( &h->mb.cbp.t_int16_t[top] ); in x264_macroblock_cache_load_neighbours()
858 x264_prefetch( h->mb.intra4x4_pred_mode.t_int8_t_array[top] ); in x264_macroblock_cache_load_neighbours()
859 x264_prefetch( &h->mb.non_zero_count.t_uint8_t_array[top][12] ); in x264_macroblock_cache_load_neighbours()
861 x264_prefetch( &h->mb.mb_transform_size.t_int8_t[top] ); in x264_macroblock_cache_load_neighbours()
862 x264_prefetch( &h->mb.skipbp.t_int8_t[top] ); in x264_macroblock_cache_load_neighbours()
960 x264_prefetch( &h->mb.mv[l][top_4x4-1] ); in x264_macroblock_cache_load()
963 x264_prefetch( &h->mb.mv[l][top_4x4+4] ); in x264_macroblock_cache_load()
964 x264_prefetch( &h->mb.ref[l][top_8x8-1] ); in x264_macroblock_cache_load()
965 x264_prefetch( &h->mb.mvd[l][top] ); in x264_macroblock_cache_load()
/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/common/
H A Dosdep.h542 static ALWAYS_INLINE void x264_prefetch( void *p ) in x264_prefetch() function
550 #define x264_prefetch(x) __builtin_prefetch(x) macro
552 #define x264_prefetch(x) macro
H A Dmacroblock.c807 x264_prefetch( &h->mb.cbp[top] ); in macroblock_cache_load_neighbours()
808 x264_prefetch( h->mb.intra4x4_pred_mode[top] ); in macroblock_cache_load_neighbours()
809 x264_prefetch( &h->mb.non_zero_count[top][12] ); in macroblock_cache_load_neighbours()
810 x264_prefetch( &h->mb.mb_transform_size[top] ); in macroblock_cache_load_neighbours()
812 x264_prefetch( &h->mb.skipbp[top] ); in macroblock_cache_load_neighbours()
893 x264_prefetch( &h->mb.mv[l][top_4x4-1] ); in macroblock_cache_load()
896 x264_prefetch( &h->mb.mv[l][top_4x4+4] ); in macroblock_cache_load()
897 x264_prefetch( &h->mb.ref[l][top_8x8-1] ); in macroblock_cache_load()
899 x264_prefetch( &h->mb.mvd[l][top] ); in macroblock_cache_load()
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/common/
H A Dosdep.h542 static ALWAYS_INLINE void x264_prefetch( void *p ) in x264_prefetch() function
550 #define x264_prefetch(x) __builtin_prefetch(x) macro
552 #define x264_prefetch(x) macro
H A Dmacroblock.c807 x264_prefetch( &h->mb.cbp[top] ); in macroblock_cache_load_neighbours()
808 x264_prefetch( h->mb.intra4x4_pred_mode[top] ); in macroblock_cache_load_neighbours()
809 x264_prefetch( &h->mb.non_zero_count[top][12] ); in macroblock_cache_load_neighbours()
810 x264_prefetch( &h->mb.mb_transform_size[top] ); in macroblock_cache_load_neighbours()
812 x264_prefetch( &h->mb.skipbp[top] ); in macroblock_cache_load_neighbours()
893 x264_prefetch( &h->mb.mv[l][top_4x4-1] ); in macroblock_cache_load()
896 x264_prefetch( &h->mb.mv[l][top_4x4+4] ); in macroblock_cache_load()
897 x264_prefetch( &h->mb.ref[l][top_8x8-1] ); in macroblock_cache_load()
899 x264_prefetch( &h->mb.mvd[l][top] ); in macroblock_cache_load()
/dports/emulators/vice/vice-3.5/src/lib/libx264/encoder/
H A Dcavlc.c133 x264_prefetch( &x264_run_before[runlevel.mask] ); in x264_cavlc_block_residual_internal()
/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/encoder/
H A Dcavlc.c132 x264_prefetch( &x264_run_before[runlevel.mask] ); in cavlc_block_residual_internal()
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/encoder/
H A Dcavlc.c132 x264_prefetch( &x264_run_before[runlevel.mask] ); in cavlc_block_residual_internal()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/encoder/
H A Dcavlc.c133 x264_prefetch( &x264_run_before[runlevel.mask] ); in x264_cavlc_block_residual_internal()