OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:y_width
(Results
26 - 34
of
34
) sorted by null
1
2
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
SurfaceTextureHelper.java
233
int
y_width
= (width+3) / 4;
266
GLES20.glViewport(0, 0,
y_width
, height);
/external/libvpx/libvpx/vp9/encoder/
vp9_encoder.c
[
all
...]
vp9_ratectrl.c
[
all
...]
vp9_temporal_filter.c
765
if (cm->mi_cols * MI_SIZE != frames[frame]->
y_width
||
/external/libvpx/libvpx/vp8/encoder/
picklpf.c
81
for (j = 0; j < source->
y_width
; j += 16) {
onyx_if.c
5195
unsigned int
y_width
= cpi->common.Width;
local
[
all
...]
firstpass.c
301
j = source->
y_width
;
306
src -= source->
y_width
;
310
sum_weights /= (source->y_height * source->
y_width
);
[
all
...]
/external/libvpx/libvpx/vp8/
vp8_dx_iface.c
209
img->d_w = img->r_w = yv12->
y_width
;
490
yv12->
y_width
= y_w;
/external/libvpx/libvpx/vp8/decoder/
decodeframe.c
376
plane_width = ybf->
y_width
;
[
all
...]
Completed in 487 milliseconds
1
2