HomeSort by relevance Sort by last modified time
    Searched defs:plane_type (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/webrtc/common_video/libyuv/
webrtc_libyuv.cc 111 PlaneType plane_type = static_cast<PlaneType>(planeNum); local
112 const uint8_t* plane_buffer = frame.buffer(plane_type);
118 plane_buffer += frame.stride(plane_type);
libyuv_unittest.cc 48 PlaneType plane_type = static_cast<PlaneType>(plane_num); local
51 ret += PrintBuffer(frame->buffer(plane_type), width, height,
52 frame->stride(plane_type));
68 PlaneType plane_type = static_cast<PlaneType>(plane_num); local
69 uint8_t *data = frame->buffer(plane_type);
74 data += frame->stride(plane_type);
  /external/chromium_org/third_party/webrtc/modules/video_processing/main/test/unit_test/
video_processing_unittest.cc 350 webrtc::PlaneType plane_type = static_cast<webrtc::PlaneType>(plane); local
351 int allocated_size1 = frame1.allocated_size(plane_type);
352 int allocated_size2 = frame2.allocated_size(plane_type);
355 const uint8_t* plane_buffer1 = frame1.buffer(plane_type);
356 const uint8_t* plane_buffer2 = frame2.buffer(plane_type);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
tokenize.c 386 int plane_type; local
409 plane_type = 3;
413 plane_type = 0;
416 tokenize1st_order_b(x, t, plane_type, cpi);
572 int plane_type; local
574 plane_type = 3;
580 plane_type = 0;
586 L + vp8_block2left[b], plane_type, cpi, x);
  /external/libvpx/libvpx/vp8/encoder/
tokenize.c 386 int plane_type; local
409 plane_type = 3;
413 plane_type = 0;
416 tokenize1st_order_b(x, t, plane_type, cpi);
572 int plane_type; local
574 plane_type = 3;
580 plane_type = 0;
586 L + vp8_block2left[b], plane_type, cpi, x);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
tokenize.c 386 int plane_type; local
409 plane_type = 3;
413 plane_type = 0;
416 tokenize1st_order_b(x, t, plane_type, cpi);
572 int plane_type; local
574 plane_type = 3;
580 plane_type = 0;
586 L + vp8_block2left[b], plane_type, cpi, x);
  /external/chromium_org/third_party/webrtc/modules/video_capture/test/
video_capture_unittest.cc 79 webrtc::PlaneType plane_type = static_cast<webrtc::PlaneType>(plane); local
80 int allocated_size1 = frame1.allocated_size(plane_type);
81 int allocated_size2 = frame2.allocated_size(plane_type);
84 const uint8_t* plane_buffer1 = frame1.buffer(plane_type);
85 const uint8_t* plane_buffer2 = frame2.buffer(plane_type);
  /external/libvpx/libvpx/vp9/common/
vp9_blockd.h 47 } PLANE_TYPE;
184 PLANE_TYPE plane_type; member in struct:macroblockd_plane
254 static INLINE TX_TYPE get_tx_type(PLANE_TYPE plane_type,
258 if (plane_type != PLANE_TYPE_Y || is_inter_block(mbmi))
263 static INLINE TX_TYPE get_tx_type_4x4(PLANE_TYPE plane_type,
267 if (plane_type != PLANE_TYPE_Y || xd->lossless || is_inter_block(&mi->mbmi))
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_blockd.h 47 } PLANE_TYPE;
184 PLANE_TYPE plane_type; member in struct:macroblockd_plane
254 static INLINE TX_TYPE get_tx_type(PLANE_TYPE plane_type,
258 if (plane_type != PLANE_TYPE_Y || is_inter_block(mbmi))
263 static INLINE TX_TYPE get_tx_type_4x4(PLANE_TYPE plane_type,
267 if (plane_type != PLANE_TYPE_Y || xd->lossless || is_inter_block(&mi->mbmi))
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_blockd.h 48 } PLANE_TYPE;
185 PLANE_TYPE plane_type; member in struct:macroblockd_plane
256 static INLINE TX_TYPE get_tx_type(PLANE_TYPE plane_type,
260 if (plane_type != PLANE_TYPE_Y || is_inter_block(mbmi))
265 static INLINE TX_TYPE get_tx_type_4x4(PLANE_TYPE plane_type,
269 if (plane_type != PLANE_TYPE_Y || xd->lossless || is_inter_block(&mi->mbmi))
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_decodeframe.c 203 const PLANE_TYPE plane_type = pd->plane_type; local
206 tx_type = get_tx_type_4x4(plane_type, xd, block);
210 tx_type = get_tx_type(plane_type, xd);
214 tx_type = get_tx_type(plane_type, xd);
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 196 const PLANE_TYPE plane_type = pd->plane_type; local
200 tx_type = get_tx_type_4x4(plane_type, xd, block);
207 tx_type = get_tx_type(plane_type, xd);
211 tx_type = get_tx_type(plane_type, xd);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodeframe.c 198 const PLANE_TYPE plane_type = pd->plane_type; local
202 tx_type = get_tx_type_4x4(plane_type, xd, block);
209 tx_type = get_tx_type(plane_type, xd);
213 tx_type = get_tx_type(plane_type, xd);
    [all...]

Completed in 2093 milliseconds