Searched refs:has_2nd_order (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
H A Dencodemb.c455 int has_2nd_order; local
467 has_2nd_order = (x->e_mbd.mode_info_context->mbmi.mode != B_PRED
469 type = has_2nd_order ? PLANE_TYPE_Y_NO_DC : PLANE_TYPE_Y_WITH_DC;
483 if (has_2nd_order)
498 int has_2nd_order; local
516 has_2nd_order = (x->e_mbd.mode_info_context->mbmi.mode != B_PRED
518 type = has_2nd_order ? PLANE_TYPE_Y_NO_DC : PLANE_TYPE_Y_WITH_DC;
527 if (has_2nd_order)
H A Dvp8_quantize.c107 int has_2nd_order = (x->e_mbd.mode_info_context->mbmi.mode != B_PRED local
113 if(has_2nd_order)
120 int has_2nd_order=(x->e_mbd.mode_info_context->mbmi.mode != B_PRED local
123 for (i = 0; i < 24+has_2nd_order; i++)

Completed in 325 milliseconds