Home
last modified time | relevance | path

Searched refs:alt_buf (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/drivers/mtd/nand/
Dvf610_nfc.c153 enum vf610_nfc_alt_buf alt_buf; member
354 nfc->alt_buf = ALT_BUF_DATA; in vf610_nfc_command()
400 nfc->alt_buf = ALT_BUF_ONFI; in vf610_nfc_command()
418 nfc->alt_buf = ALT_BUF_ID; in vf610_nfc_command()
427 nfc->alt_buf = ALT_BUF_STAT; in vf610_nfc_command()
447 if (nfc->alt_buf) in vf610_nfc_read_buf()
477 switch (nfc->alt_buf) { in vf610_nfc_read_byte()
/external/libaom/libaom/av1/encoder/
Dencode_strategy.c251 const RefCntBuffer *alt_buf = get_ref_frame_buf(cm, ALTREF_FRAME); in get_ref_frame_flags() local
259 const int alt_is_last = (alt_buf == last_buf); in get_ref_frame_flags()
262 const int last2_is_alt = (last2_buf == alt_buf); in get_ref_frame_flags()
263 const int last3_is_alt = (last3_buf == alt_buf); in get_ref_frame_flags()
264 const int gld_is_alt = (golden_buf == alt_buf); in get_ref_frame_flags()
265 const int bwd_is_alt = (bwd_buf == alt_buf); in get_ref_frame_flags()
266 const int alt2_is_alt = (alt2_buf == alt_buf); in get_ref_frame_flags()