OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:this_sse
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_block.h
248
int64_t
this_sse
;
member in struct:rdcost_block_args
vp9_rdopt.c
563
int64_t
this_sse
;
local
568
&
this_sse
) >> shift;
569
args->sse =
this_sse
>> shift;
621
args->
this_sse
+= args->sse;
708
*sse = rd_stack->
this_sse
;
1341
int64_t this_distortion,
this_sse
;
local
1403
int64_t
this_sse
;
local
[
all
...]
Completed in 391 milliseconds