OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:v_buffer
(Results
76 - 88
of
88
) sorted by null
1
2
3
4
/external/libvpx/libvpx/vp9/encoder/
vp9_rd.c
523
dst[2].buf = src->
v_buffer
;
vp9_firstpass.c
664
xd->plane[2].dst.buf = new_yv12->
v_buffer
+ recon_uvoffset;
845
xd->plane[2].pre[0].buf = first_ref_buf->
v_buffer
+ recon_uvoffset;
[
all
...]
vp9_encodeframe.c
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
loopfilter.c
335
v_ptr = post->
v_buffer
;
/external/libvpx/libvpx/vp8/encoder/
onyx_if.c
[
all
...]
/external/libvpx/libvpx/vp8/
vp8_cx_iface.c
741
yv12->
v_buffer
= img->planes[VPX_PLANE_V];
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
onyx_if.c
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
vp8_cx_iface.c
684
yv12->
v_buffer
= img->planes[VPX_PLANE_V];
[
all
...]
/external/webrtc/talk/app/webrtc/java/jni/
peerconnection_jni.cc
802
jobject
v_buffer
= jni()->NewDirectByteBuffer(
local
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_firstpass.c
590
xd->plane[2].dst.buf = new_yv12->
v_buffer
+ recon_uvoffset;
685
xd->plane[2].pre[0].buf = first_ref_buf->
v_buffer
+ recon_uvoffset;
[
all
...]
vp9_encodeframe.c
970
uint8_t *const buffers[4] = {src->y_buffer, src->u_buffer, src->
v_buffer
,
[
all
...]
vp9_rdopt.c
[
all
...]
/external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c
580
: ref_frame_buf->buf.
v_buffer
;
[
all
...]
Completed in 767 milliseconds
1
2
3
4