OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_2nd_order
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vp8/encoder/arm/
quantize_arm.c
29
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/
encodemb.c
510
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
)
quantize.c
272
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 26 milliseconds