Lines Matching refs:x264_t

303 int  x264_macroblock_cache_allocate( x264_t *h );
305 void x264_macroblock_cache_free( x264_t *h );
309 int x264_macroblock_thread_allocate( x264_t *h, int b_lookahead );
311 void x264_macroblock_thread_free( x264_t *h, int b_lookahead );
314 void x264_macroblock_slice_init( x264_t *h );
316 void x264_macroblock_thread_init( x264_t *h );
318 void x264_macroblock_cache_load_progressive( x264_t *h, int mb_x, int mb_y );
320 void x264_macroblock_cache_load_interlaced( x264_t *h, int mb_x, int mb_y );
322 void x264_macroblock_deblock_strength( x264_t *h );
324 void x264_macroblock_cache_save( x264_t *h );
327 void x264_macroblock_bipred_init( x264_t *h );
330 void x264_prefetch_fenc( x264_t *h, x264_frame_t *fenc, int i_mb_x, int i_mb_y );
339 void x264_mb_predict_mv_16x16( x264_t *h, int i_list, int i_ref, int16_t mvp[2] );
344 void x264_mb_predict_mv_pskip( x264_t *h, int16_t mv[2] );
350 void x264_mb_predict_mv( x264_t *h, int i_list, int idx, int i_width, int16_t mvp[2] );
358 int x264_mb_predict_mv_direct16x16( x264_t *h, int *b_changed );
364 void x264_mb_predict_mv_ref16x16( x264_t *h, int i_list, int i_ref, int16_t mvc[8][2], int *i_mvc );
367 void x264_mb_mc( x264_t *h );
369 void x264_mb_mc_8x8( x264_t *h, int i8 );
420 static ALWAYS_INLINE int x264_mb_predict_intra4x4_mode( x264_t *h, int idx ) in x264_mb_predict_intra4x4_mode()
432 static ALWAYS_INLINE int x264_mb_predict_non_zero_code( x264_t *h, int idx ) in x264_mb_predict_non_zero_code()
454 static ALWAYS_INLINE int x264_mb_transform_8x8_allowed( x264_t *h ) in x264_mb_transform_8x8_allowed()