Home
last modified time | relevance | path

Searched defs:INSERT_BIT (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libavc/common/
H A Dih264_macros.h109 #define INSERT_BIT(x, pos, bit) { RESET_BIT(x, pos); (x) = (x) | (bit << pos); } macro
/aosp_15_r20/external/libhevc/encoder/
H A Dihevce_entropy_structs.h83 #define INSERT_BIT(x, bitpos, y) ((x) |= ((y) << (bitpos))) macro