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

  /external/libvpx/libvpx/vp9/decoder/
vp9_decoder.c 145 RefBuffer *ref_buf = NULL; local
152 ref_buf = &cm->frame_refs[0];
154 ref_buf = &cm->frame_refs[1];
156 ref_buf = &cm->frame_refs[2];
163 if (!equal_dimensions(ref_buf->buf, sd)) {
167 int *ref_fb_ptr = &ref_buf->idx;
177 ref_buf->buf = &cm->frame_bufs[*ref_fb_ptr].buf;
178 vp8_yv12_copy_frame(sd, ref_buf->buf);
vp9_decodeframe.c 1224 RefBuffer *const ref_buf = &cm->frame_refs[i]; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decoder.c 215 RefBuffer *ref_buf = NULL; local
222 ref_buf = &cm->frame_refs[0];
224 ref_buf = &cm->frame_refs[1];
226 ref_buf = &cm->frame_refs[2];
233 if (!equal_dimensions(ref_buf->buf, sd)) {
237 int *ref_fb_ptr = &ref_buf->idx;
247 ref_buf->buf = &cm->frame_bufs[*ref_fb_ptr].buf;
248 vp8_yv12_copy_frame(sd, ref_buf->buf);
vp9_decodeframe.c 1110 RefBuffer *const ref_buf = &cm->frame_refs[i]; local
    [all...]
  /hardware/intel/img/psb_video/src/
psb_surface.h 61 struct psb_buffer_s *ref_buf; member in struct:psb_surface_s
  /external/libvpx/libvpx/vp9/common/
vp9_reconinter.c 308 const YV12_BUFFER_CONFIG *ref_buf = xd->block_refs[ref]->buf; local
312 frame_width = ref_buf->y_crop_width;
313 frame_height = ref_buf->y_crop_height;
314 ref_frame = ref_buf->y_buffer;
316 frame_width = ref_buf->uv_crop_width;
317 frame_height = ref_buf->uv_crop_height;
318 ref_frame = plane == 1 ? ref_buf->u_buffer : ref_buf->v_buffer;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_reconinter.c 284 const YV12_BUFFER_CONFIG *ref_buf = xd->block_refs[ref]->buf; local
288 frame_width = ref_buf->y_crop_width;
289 frame_height = ref_buf->y_crop_height;
290 ref_frame = ref_buf->y_buffer;
292 frame_width = ref_buf->uv_crop_width;
293 frame_height = ref_buf->uv_crop_height;
294 ref_frame = plane == 1 ? ref_buf->u_buffer : ref_buf->v_buffer;
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_fax.cpp 82 void _FaxG4FindB1B2(const FX_BYTE* ref_buf, int columns, int a0, FX_BOOL a0color, int& b1, int& b2)
87 FX_BYTE first_bit = (a0 < 0) ? 1 : ((ref_buf[a0 / 8] & (1 << (7 - a0 % 8))) != 0);
88 b1 = _FindBit(ref_buf, columns, a0 + 1, !first_bit);
94 b1 = _FindBit(ref_buf, columns, b1 + 1, first_bit);
101 b2 = _FindBit(ref_buf, columns, b1 + 1, first_bit);
403 FX_BOOL _FaxG4GetRow(const FX_BYTE* src_buf, int bitsize, int& bitpos, FX_LPBYTE dest_buf, const FX_BYTE* ref_buf, int columns)
411 _FaxG4FindB1B2(ref_buf, columns, a0, a0color, b1, b2);
701 FX_LPBYTE ref_buf = FX_Alloc(FX_BYTE, pitch); local
702 FXSYS_memset8(ref_buf, 0xff, pitch);
707 _FaxG4GetRow(src_buf, src_size << 3, bitpos, line_buf, ref_buf, width)
    [all...]
  /device/htc/flounder/audio/hal/
audio_hw.h 347 int16_t *ref_buf; member in struct:stream_in
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.c 2679 RefBuffer *const ref_buf = &cm->frame_refs[ref_frame - 1]; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_if.c 3189 RefBuffer *const ref_buf = &cm->frame_refs[ref_frame - 1]; local
    [all...]

Completed in 912 milliseconds