HomeSort by relevance Sort by last modified time
    Searched refs:AVC_I_SLICE (Results 1 - 8 of 8) sorted by null

  /frameworks/base/media/libstagefright/codecs/avc/common/src/
reflist.cpp 32 if (slice_type == AVC_I_SLICE)
145 if (slice_type != AVC_I_SLICE)
  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
rate_control.cpp 76 video->slice_type = AVC_I_SLICE;
124 video->slice_type = AVC_I_SLICE;
710 if (video->slice_type == AVC_I_SLICE)
720 if (video->slice_type == AVC_I_SLICE)
    [all...]
header.cpp 431 if (currPPS->entropy_coding_mode_flag && slice_type != AVC_I_SLICE && slice_type != AVC_SI_SLICE)
512 if (slice_type != AVC_I_SLICE && slice_type != AVC_SI_SLICE)
    [all...]
slice.cpp 138 if (slice_type != AVC_I_SLICE && slice_type != AVC_SI_SLICE)
415 if (slice_type != AVC_I_SLICE && slice_type != AVC_SI_SLICE && currMB->mbMode != AVC_SKIP)
motion_est.cpp 275 if (slice_type == AVC_I_SLICE)
441 video->slice_type = AVC_I_SLICE;
    [all...]
block.cpp     [all...]
intra_est.cpp 141 if (intra == true || video->slice_type == AVC_I_SLICE)
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/common/include/
avcint_common.h 109 AVC_I_SLICE = 2,
    [all...]

Completed in 173 milliseconds