Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_recur_bracketing.c203 UWORD16 *mode_bits, in ihevce_intra_populate_mode_bits_cost_bracketing() argument
221 mode_bits[i] = 5; in ihevce_intra_populate_mode_bits_cost_bracketing()
306 mode_bits[cand_mode_list[0]] = 2; in ihevce_intra_populate_mode_bits_cost_bracketing()
307 mode_bits[cand_mode_list[1]] = 3; in ihevce_intra_populate_mode_bits_cost_bracketing()
308 mode_bits[cand_mode_list[2]] = 3; in ihevce_intra_populate_mode_bits_cost_bracketing()
/external/python/cpython3/Modules/
Dposixmodule.c11612 DirEntry_test_mode(DirEntry *self, int follow_symlinks, unsigned short mode_bits);
11723 DirEntry_test_mode(DirEntry *self, int follow_symlinks, unsigned short mode_bits) in DirEntry_test_mode() argument
11768 result = (mode & S_IFMT) == mode_bits; in DirEntry_test_mode()
11772 assert(mode_bits != S_IFLNK); in DirEntry_test_mode()
11776 assert(mode_bits == S_IFDIR || mode_bits == S_IFREG); in DirEntry_test_mode()
11779 if (mode_bits == S_IFDIR) in DirEntry_test_mode()
11784 if (mode_bits == S_IFDIR) in DirEntry_test_mode()