HomeSort by relevance Sort by last modified time
    Searched defs:is_compound (Results 1 - 12 of 12) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_reconinter.c 183 const int is_compound = has_second_ref(&mi->mbmi); local
187 for (ref = 0; ref < 1 + is_compound; ++ref) {
281 const int is_compound = has_second_ref(&mi->mbmi); local
285 for (ref = 0; ref < 1 + is_compound; ++ref) {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_reconinter.c 148 const int is_compound = has_second_ref(&mi->mbmi); local
152 for (ref = 0; ref < 1 + is_compound; ++ref) {
252 const int is_compound = has_second_ref(&mi->mbmi); local
256 for (ref = 0; ref < 1 + is_compound; ++ref) {
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 367 int is_compound, int allow_hp, vp9_reader *r) {
375 for (i = 0; i < 1 + is_compound; ++i) {
384 if (is_compound)
390 if (is_compound)
396 if (is_compound)
431 int inter_mode_ctx, ref, is_compound; local
434 is_compound = has_second_ref(mbmi);
436 for (ref = 0; ref < 1 + is_compound; ++ref) {
462 for (ref = 0; ref < 1 + is_compound; ++ref) {
485 for (ref = 0; ref < 1 + is_compound; ++ref
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodemv.c 368 int is_compound, int allow_hp, vp9_reader *r) {
376 for (i = 0; i < 1 + is_compound; ++i) {
385 if (is_compound)
391 if (is_compound)
397 if (is_compound)
432 int inter_mode_ctx, ref, is_compound; local
435 is_compound = has_second_ref(mbmi);
437 for (ref = 0; ref < 1 + is_compound; ++ref) {
458 for (ref = 0; ref < 1 + is_compound; ++ref) {
481 for (ref = 0; ref < 1 + is_compound; ++ref
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c 193 const int is_compound = has_second_ref(mbmi); local
199 assert(!is_compound);
206 vp9_write(w, is_compound, vp9_get_reference_mode_prob(cm, xd));
208 assert(!is_compound == (cm->reference_mode == SINGLE_REFERENCE));
211 if (is_compound) {
238 const int is_compound = has_second_ref(mbmi); local
312 for (ref = 0; ref < 1 + is_compound; ++ref)
321 for (ref = 0; ref < 1 + is_compound; ++ref)
    [all...]
vp9_encodeframe.c 3588 const int is_compound = has_second_ref(mbmi); local
    [all...]
vp9_rdopt.c 1035 const int is_compound = has_second_ref(mbmi); local
1104 const int is_compound = has_second_ref(&mi->mbmi); local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_bitstream.c 196 const int is_compound = has_second_ref(mbmi); local
202 assert(!is_compound);
209 vp9_write(w, is_compound, vp9_get_reference_mode_prob(cm, xd));
211 assert(!is_compound == (cm->reference_mode == SINGLE_REFERENCE));
214 if (is_compound) {
241 const int is_compound = has_second_ref(mbmi); local
315 for (ref = 0; ref < 1 + is_compound; ++ref)
324 for (ref = 0; ref < 1 + is_compound; ++ref)
    [all...]
vp9_encodeframe.c 3465 const int is_compound = has_second_ref(mbmi); local
    [all...]
vp9_rdopt.c 1486 const int is_compound = has_second_ref(mbmi); local
1561 const int is_compound = has_second_ref(&mi->mbmi); local
    [all...]
  /external/clang/test/SemaCXX/
type-traits.cpp 708 void is_compound() function
    [all...]
  /external/v8/src/
ast.h 2176 bool is_compound() const { return op() > Token::ASSIGN; } function in class:v8::internal::FINAL
    [all...]

Completed in 334 milliseconds