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

  /external/libvpx/vp8/encoder/
encodemb.c 509 int has_2nd_order; local
520 has_2nd_order = (x->e_mbd.mode_info_context->mbmi.mode != B_PRED
522 type = has_2nd_order ? PLANE_TYPE_Y_NO_DC : PLANE_TYPE_Y_WITH_DC;
536 if (has_2nd_order)
549 int has_2nd_order; local
567 has_2nd_order = (x->e_mbd.mode_info_context->mbmi.mode != B_PRED
569 type = has_2nd_order ? PLANE_TYPE_Y_NO_DC : PLANE_TYPE_Y_WITH_DC;
578 if (has_2nd_order)
quantize.c 274 int has_2nd_order = (x->e_mbd.mode_info_context->mbmi.mode != B_PRED local
280 if(has_2nd_order)
287 int has_2nd_order=(x->e_mbd.mode_info_context->mbmi.mode != B_PRED local
290 for (i = 0; i < 24+has_2nd_order; i++)

Completed in 189 milliseconds