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

  /external/libvpx/libvpx/vp9/common/
vp9_blockd.h 198 static INLINE PLANE_TYPE get_plane_type(int plane) {
199 return (PLANE_TYPE)(plane > 0);
209 static INLINE TX_TYPE get_tx_type(PLANE_TYPE plane_type,
213 if (plane_type != PLANE_TYPE_Y || xd->lossless || is_inter_block(mi))
219 static INLINE TX_TYPE get_tx_type_4x4(PLANE_TYPE plane_type,
223 if (plane_type != PLANE_TYPE_Y || xd->lossless || is_inter_block(mi))
  /external/webrtc/webrtc/common_video/libyuv/
libyuv_unittest.cc 47 PlaneType plane_type = static_cast<PlaneType>(plane_num); local
50 ret += PrintBuffer(frame->buffer(plane_type), width, height,
51 frame->stride(plane_type));
67 PlaneType plane_type = static_cast<PlaneType>(plane_num); local
68 uint8_t *data = frame->buffer(plane_type);
73 data += frame->stride(plane_type);
webrtc_libyuv.cc 113 PlaneType plane_type = static_cast<PlaneType>(planeNum); local
114 const uint8_t* plane_buffer = frame.buffer(plane_type);
120 plane_buffer += frame.stride(plane_type);
  /external/libvpx/libvpx/vp8/encoder/
tokenize.c 359 int plane_type; local
377 plane_type = 3;
380 plane_type = 0;
383 tokenize1st_order_b(x, t, plane_type, cpi);
508 int plane_type; local
510 plane_type = 3;
515 plane_type = 0;
520 plane_type, cpi, x);
  /external/webrtc/webrtc/modules/video_processing/test/
video_processing_unittest.cc 383 webrtc::PlaneType plane_type = static_cast<webrtc::PlaneType>(plane); local
384 int allocated_size1 = frame1.allocated_size(plane_type);
385 int allocated_size2 = frame2.allocated_size(plane_type);
388 const uint8_t* plane_buffer1 = frame1.buffer(plane_type);
389 const uint8_t* plane_buffer2 = frame2.buffer(plane_type);
  /device/google/marlin/camera/QCamera2/stack/mm-lib2d-interface/src/
mm_lib2d.c 209 p_frame->frame[0].plane[0].plane_type = PLANE_ARGB;
227 p_frame->frame[0].plane[0].plane_type = PLANE_Y;
239 p_frame->frame[0].plane[1].plane_type = PLANE_CB_CR;
241 p_frame->frame[0].plane[1].plane_type = PLANE_CR_CB;
  /external/webrtc/webrtc/modules/video_capture/test/
video_capture_unittest.cc 77 webrtc::PlaneType plane_type = static_cast<webrtc::PlaneType>(plane); local
78 int allocated_size1 = frame1.allocated_size(plane_type);
79 int allocated_size2 = frame2.allocated_size(plane_type);
82 const uint8_t* plane_buffer1 = frame1.buffer(plane_type);
83 const uint8_t* plane_buffer2 = frame2.buffer(plane_type);
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
simulcast_unittest.h 237 PlaneType plane_type = static_cast<PlaneType>(plane_num); local
238 uint8_t* data = frame->buffer(plane_type);
242 memset(frame->buffer(plane_type), 0, frame->allocated_size(plane_type));
245 data += frame->stride(plane_type);
    [all...]

Completed in 281 milliseconds