Searched refs:x264_prefetch (Results 1 – 12 of 12) sorted by relevance
354 static ALWAYS_INLINE void x264_prefetch( void *p ) in x264_prefetch() function362 #define x264_prefetch(x) __builtin_prefetch(x) macro364 #define x264_prefetch(x) macro
857 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()
542 static ALWAYS_INLINE void x264_prefetch( void *p ) in x264_prefetch() function550 #define x264_prefetch(x) __builtin_prefetch(x) macro552 #define x264_prefetch(x) macro
807 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()
133 x264_prefetch( &x264_run_before[runlevel.mask] ); in x264_cavlc_block_residual_internal()
132 x264_prefetch( &x264_run_before[runlevel.mask] ); in cavlc_block_residual_internal()