OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:marker_bit
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vp9/decoder/
vp9_dboolhuff.c
23
int
marker_bit
;
local
35
marker_bit
= vp9_read_bit(r);
36
return
marker_bit
!= 0;
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
mp4_utils.cpp
212
uint32
marker_bit
= read_bit_field (&m_posInfo, 1);
local
213
if (
marker_bit
!= 1) {
218
marker_bit
= read_bit_field (&m_posInfo, 1);
219
if (
marker_bit
!= 1) {
225
marker_bit
= read_bit_field (&m_posInfo, 1);
226
if (
marker_bit
!= 1) {
234
marker_bit
= read_bit_field (&m_posInfo, 1);
235
if (
marker_bit
!= 1) {
240
marker_bit
= read_bit_field (&m_posInfo, 1);
241
if (
marker_bit
!= 1)
254
uint32
marker_bit
= read_bit_field (&m_posInfo, 1);
local
[
all
...]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
mp4_utils.cpp
234
uint32
marker_bit
= read_bit_field (&m_posInfo, 1);
local
236
if (
marker_bit
!= 1) {
242
marker_bit
= read_bit_field (&m_posInfo, 1);
244
if (
marker_bit
!= 1) {
251
marker_bit
= read_bit_field (&m_posInfo, 1);
253
if (
marker_bit
!= 1) {
262
marker_bit
= read_bit_field (&m_posInfo, 1);
264
if (
marker_bit
!= 1) {
270
marker_bit
= read_bit_field (&m_posInfo, 1);
272
if (
marker_bit
!= 1)
287
uint32
marker_bit
= read_bit_field (&m_posInfo, 1);
local
[
all
...]
Completed in 66 milliseconds