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

  /external/libvpx/libvpx/vp9/common/
vp9_reconinter.c 162 const int is_compound = has_second_ref(&mi->mbmi); local
166 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 425 int is_compound, int allow_hp, vpx_reader *r) {
433 for (i = 0; i < 1 + is_compound; ++i) {
442 if (is_compound)
448 if (is_compound)
454 if (is_compound)
495 int ref, is_compound; local
499 is_compound = has_second_ref(mbmi);
501 for (ref = 0; ref < 1 + is_compound; ++ref) {
529 for (ref = 0; ref < 1 + is_compound; ++ref) {
553 for (ref = 0; ref < 1 + is_compound; ++ref
    [all...]
vp9_decodeframe.c 716 const int is_compound = has_second_ref(&mi->mbmi); local
728 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 204 const int is_compound = has_second_ref(mbmi); local
210 assert(!is_compound);
217 vpx_write(w, is_compound, vp9_get_reference_mode_prob(cm, xd));
219 assert(!is_compound == (cm->reference_mode == SINGLE_REFERENCE));
222 if (is_compound) {
250 const int is_compound = has_second_ref(mbmi); local
322 for (ref = 0; ref < 1 + is_compound; ++ref)
331 for (ref = 0; ref < 1 + is_compound; ++ref)
    [all...]
vp9_encodeframe.c 4188 const int is_compound = has_second_ref(mbmi); local
    [all...]
vp9_rdopt.c 1277 const int is_compound = has_second_ref(mbmi); local
1345 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 731 void is_compound() function
    [all...]
  /external/v8/src/ast/
ast.h 2446 bool is_compound() const { return op() > Token::ASSIGN; } function in class:v8::internal::final
    [all...]

Completed in 608 milliseconds