Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h648 static INLINE int get_chessboard_index(const int frame_index) { in get_chessboard_index() function
Dvp9_rdopt.c2430 get_chessboard_index(cm->current_video_frame)) & 0x1 : 0; in handle_inter_mode()
3191 + get_chessboard_index(cm->current_video_frame)) & 0x1; in vp9_rd_pick_inter_mode_sb()
Dvp9_pickmode.c1110 get_chessboard_index(cm->current_video_frame)) & 0x1 : 0; in vp9_pick_inter_mode()
Dvp9_encodeframe.c2408 + get_chessboard_index(cm->current_video_frame)) & 0x1; in rd_pick_partition()