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

/external/libvpx/libvpx/vp8/encoder/arm/
H A Dquantize_arm.c29 int has_2nd_order = (x->e_mbd.mode_info_context->mbmi.mode != B_PRED local
36 if(has_2nd_order)
43 int has_2nd_order=(x->e_mbd.mode_info_context->mbmi.mode != B_PRED local
50 if (has_2nd_order)
/external/libvpx/libvpx/vp8/encoder/
H A Dencodemb.c510 int has_2nd_order; local
522 has_2nd_order = (x->e_mbd.mode_info_context->mbmi.mode != B_PRED
524 type = has_2nd_order ? PLANE_TYPE_Y_NO_DC : PLANE_TYPE_Y_WITH_DC;
538 if (has_2nd_order)
553 int has_2nd_order; local
571 has_2nd_order = (x->e_mbd.mode_info_context->mbmi.mode != B_PRED
573 type = has_2nd_order ? PLANE_TYPE_Y_NO_DC : PLANE_TYPE_Y_WITH_DC;
582 if (has_2nd_order)
H A Dquantize.c272 int has_2nd_order = (x->e_mbd.mode_info_context->mbmi.mode != B_PRED local
278 if(has_2nd_order)
285 int has_2nd_order=(x->e_mbd.mode_info_context->mbmi.mode != B_PRED local
288 for (i = 0; i < 24+has_2nd_order; i++)

Completed in 101 milliseconds