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

  /external/chromium_org/media/base/simd/
convert_yuv_to_rgb_x86.cc 31 const uint8* v_ptr = vplane + (y >> y_shift) * uvstride; local
35 v_ptr,
60 const uint8* v_ptr = vplane + (y >> y_shift) * uvstride; local
65 v_ptr,
89 const uint8* v_ptr = vplane + (y >> y_shift) * uvstride; local
93 v_ptr,
convert_yuv_to_rgb_c.cc 218 const uint8* v_ptr = vplane + (y >> y_shift) * uvstride; local
222 v_ptr,
245 const uint8* v_ptr = vplane + (y >> y_shift) * uvstride; local
250 v_ptr,
  /external/ceres-solver/internal/ceres/
triplet_sparse_matrix.cc 226 double* v_ptr = values_.get(); local
234 v_ptr[i-dropped_terms] = v_ptr[i];
  /external/clang/test/SemaCXX/
reinterpret-cast.cpp 148 void* v_ptr; local
197 (void)*reinterpret_cast<A*>(v_ptr);
198 (void)*reinterpret_cast<B*>(v_ptr);
199 (void)*reinterpret_cast<long*>(v_ptr);
200 (void)*reinterpret_cast<double*>(v_ptr);
201 (void)*reinterpret_cast<float*>(v_ptr);
  /external/libvpx/libvpx/vp8/common/
loopfilter.c 202 unsigned char *v_ptr)
232 (y_ptr, u_ptr, v_ptr, post_ystride, post_uvstride, &lfi);
236 (y_ptr, u_ptr, v_ptr, post_ystride, post_uvstride, &lfi);
241 (y_ptr, u_ptr, v_ptr, post_ystride, post_uvstride, &lfi);
245 (y_ptr, u_ptr, v_ptr, post_ystride, post_uvstride, &lfi);
250 v_ptr += 8;
260 unsigned char *v_ptr)
300 v_ptr += 8;
321 unsigned char *y_ptr, *u_ptr, *v_ptr; local
334 v_ptr = post->v_buffer
    [all...]
mfqe.c 290 unsigned char *y_ptr, *u_ptr, *v_ptr; local
296 v_ptr = show->v_buffer;
322 v_ptr + 4*(i*show->uv_stride+j),
337 unsigned char *vp = v_ptr + 4*(i*show->uv_stride+j);
353 u_ptr, v_ptr,
365 vp8_copy_mem8x8(v_ptr, show->uv_stride, vd_ptr, dest->uv_stride);
369 v_ptr += 8;
378 v_ptr += show->uv_stride * 8 - 8 * cm->mb_cols;
postproc.c 1095 unsigned char *v_ptr = oci->post_proc_buffer.v_buffer; local
1167 unsigned char *v_ptr = oci->post_proc_buffer.v_buffer; local
    [all...]
  /external/chromium_org/media/base/
yuv_convert.cc 303 const uint8* v_ptr = NULL; local
310 v_ptr = v_buf + (source_y >> y_shift) * uv_pitch;
338 vbuf, v_ptr, v_ptr + uv_pitch, uv_source_width, source_uv_fraction);
341 memcpy(vbuf, v_ptr, uv_source_width);
344 v_ptr = vbuf;
352 v_ptr = v_buf + (source_y >> y_shift) * uv_pitch;
355 g_convert_yuv_to_rgb32_row_proc_(y_ptr, u_ptr, v_ptr, dest_pixel, width);
359 y_ptr, u_ptr, v_ptr, dest_pixel, width, source_dx);
362 y_ptr, u_ptr, v_ptr, dest_pixel, width, source_dx)
    [all...]

Completed in 883 milliseconds