OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pixels_wide
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c
389
int
pixels_wide
= 64, pixels_high = 64;
local
398
pixels_wide
+= (xd->mb_to_right_edge >> 3);
437
if (x_idx <
pixels_wide
&& y_idx < pixels_high)
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_encodeframe.c
484
int
pixels_wide
= 64, pixels_high = 64;
local
493
pixels_wide
+= (xd->mb_to_right_edge >> 3);
532
if (x_idx <
pixels_wide
&& y_idx < pixels_high)
[
all
...]
Completed in 138 milliseconds