Searched refs:byte_ptr (Results 1 – 7 of 7) sorted by relevance
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 …]
56 (unsigned int)byte_ptr, rbsp_buf[byte_ptr]); in d_u()59 bins |= ((rbsp_buf[byte_ptr] << shift) & 0xFF) >> shift; in d_u()62 byte_ptr ++; in d_u()66 (unsigned int)byte_ptr, rbsp_buf[byte_ptr]); in d_u()70 bins |= ((rbsp_buf[byte_ptr] << (8-bit_ptr)) & 0xFF) >> (8-rem_bits); in d_u()75 byte_ptr++; in d_u()80 (unsigned int)byte_ptr, rbsp_buf[byte_ptr]); in d_u()141 byte_ptr = 0; in parse_rbsp()190 while (rbsp_buf[byte_ptr] == 0xFF) in parse_sei()191 payload_type += rbsp_buf[byte_ptr++]; in parse_sei()[all …]
66 OMX_U32 byte_ptr; variable
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()