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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_decoder.c 146 RefBuffer *ref_buf = NULL; local
153 ref_buf = &cm->frame_refs[0];
155 ref_buf = &cm->frame_refs[1];
157 ref_buf = &cm->frame_refs[2];
164 if (!equal_dimensions(ref_buf->buf, sd)) {
168 int *ref_fb_ptr = &ref_buf->idx;
178 ref_buf->buf = &cm->frame_bufs[*ref_fb_ptr].buf;
179 vp8_yv12_copy_frame(sd, ref_buf->buf);
vp9_decodeframe.c 1133 RefBuffer *const ref_buf = &cm->frame_refs[i]; local
    [all...]
  /external/libvpx/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 1116 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/chromium_org/third_party/libvpx/source/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/libvpx/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;
  /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 47 void _FaxG4FindB1B2(const FX_BYTE* ref_buf, int columns, int a0, FX_BOOL a0color, int& b1, int& b2)
52 FX_BYTE first_bit = (a0 < 0) ? 1 : ((ref_buf[a0 / 8] & (1 << (7 - a0 % 8))) != 0);
53 b1 = _FindBit(ref_buf, columns, a0 + 1, !first_bit);
59 b1 = _FindBit(ref_buf, columns, b1 + 1, first_bit);
66 b2 = _FindBit(ref_buf, columns, b1 + 1, first_bit);
368 FX_BOOL _FaxG4GetRow(const FX_BYTE* src_buf, int bitsize, int& bitpos, FX_LPBYTE dest_buf, const FX_BYTE* ref_buf, int columns)
376 _FaxG4FindB1B2(ref_buf, columns, a0, a0color, b1, b2);
672 FX_LPBYTE ref_buf = FX_Alloc(FX_BYTE, pitch); local
673 if (ref_buf == NULL) {
676 FXSYS_memset8(ref_buf, 0xff, pitch);
    [all...]
  /device/htc/flounder/audio/hal/
audio_hw.h 339 int16_t *ref_buf; member in struct:stream_in
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_encoder.c 2646 RefBuffer *const ref_buf = &cm->frame_refs[ref_frame - 1]; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_if.c 3106 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 903 milliseconds