Searched refs:byte_ptr (Results 1 – 5 of 5) sorted by relevance
54 (unsigned int)byte_ptr, rbsp_buf[byte_ptr]); in d_u()57 bins |= ((rbsp_buf[byte_ptr] << shift) & 0xFF) >> shift; in d_u()60 byte_ptr ++; in d_u()64 (unsigned int)byte_ptr, rbsp_buf[byte_ptr]); in d_u()68 bins |= ((rbsp_buf[byte_ptr] << (8-bit_ptr)) & 0xFF) >> (8-rem_bits); in d_u()73 byte_ptr++; in d_u()78 (unsigned int)byte_ptr, rbsp_buf[byte_ptr]); in d_u()139 byte_ptr = 0; in parse_rbsp()188 while (rbsp_buf[byte_ptr] == 0xFF) in parse_sei()189 payload_type += rbsp_buf[byte_ptr++]; in parse_sei()[all …]
54 byte_ptr, rbsp_buf[byte_ptr]); in d_u()57 bins |= ((rbsp_buf[byte_ptr] << shift) & 0xFF) >> shift; in d_u()60 byte_ptr ++; in d_u()63 byte_ptr, rbsp_buf[byte_ptr]); in d_u()67 bins |= ((rbsp_buf[byte_ptr] << (8-bit_ptr)) & 0xFF) >> (8-rem_bits); in d_u()71 byte_ptr++; in d_u()75 byte_ptr, rbsp_buf[byte_ptr]); in d_u()132 byte_ptr = 0; in parse_rbsp()176 while(rbsp_buf[byte_ptr] == 0xFF) in parse_sei()177 payload_type += rbsp_buf[byte_ptr++]; in parse_sei()[all …]
67 OMX_U32 byte_ptr; variable
86 OMX_U32 byte_ptr; variable
213 char *byte_ptr = buf; in crc_16_l_step_nv12() local222 crc_16 = crc_16_l_table[ (crc_16 ^ *byte_ptr) & 0x00ff ] ^ (crc_16 >> 8); in crc_16_l_step_nv12()224 byte_ptr++; in crc_16_l_step_nv12()227 byte_ptr = buf + (scan_lines * stride); in crc_16_l_step_nv12()231 crc_16 = crc_16_l_table[ (crc_16 ^ *byte_ptr) & 0x00ff ] ^ (crc_16 >> 8); in crc_16_l_step_nv12()233 byte_ptr++; in crc_16_l_step_nv12()