HomeSort by relevance Sort by last modified time
    Searched refs:eobs (Results 76 - 99 of 99) sorted by null

1 2 34

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
vp8_rtcd.h 107 void vp8_dequant_idct_add_uv_block_c(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_v, int stride, char *eobs);
108 void vp8_dequant_idct_add_uv_block_mmx(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_v, int stride, char *eobs);
109 void vp8_dequant_idct_add_uv_block_sse2(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_v, int stride, char *eobs);
110 RTCD_EXTERN void (*vp8_dequant_idct_add_uv_block)(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_v, int stride, char *eobs);
112 void vp8_dequant_idct_add_y_block_c(short *q, short *dq, unsigned char *dst, int stride, char *eobs);
113 void vp8_dequant_idct_add_y_block_mmx(short *q, short *dq, unsigned char *dst, int stride, char *eobs);
114 void vp8_dequant_idct_add_y_block_sse2(short *q, short *dq, unsigned char *dst, int stride, char *eobs);
115 RTCD_EXTERN void (*vp8_dequant_idct_add_y_block)(short *q, short *dq, unsigned char *dst, int stride, char *eobs);
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_rdopt.c 156 p->eobs = ctx->eobs_pbuf[i][m];
166 ctx->eobs_pbuf[i][n] = p->eobs;
292 const int eob = p->eobs[block];
415 if (!x->plane[plane].eobs[block])
420 x->plane[plane].eobs[block] = 0;
437 x->zcoeff_blk[tx_size][block] = !x->plane[plane].eobs[block] ||
714 p->eobs[block]);
729 dst, dst_stride, p->eobs[block]);
1171 int eobs; member in struct:__anon17814
    [all...]
vp9_quantize.c 527 pd->dequant, p->zbin_extra, &p->eobs[block],
537 pd->dequant, p->zbin_extra, &p->eobs[block], scan, iscan);
vp9_encodeframe.c 554 p[i].eobs = ctx->eobs_pbuf[i][1];
561 p[i].eobs = ctx->eobs_pbuf[i][2];
728 p[i].eobs = ctx->eobs_pbuf[i][0];
    [all...]
vp9_firstpass.c 507 p[i].eobs = ctx->eobs_pbuf[i][1];
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 564 const int eob = p->eobs[block];
685 x->zcoeff_blk[tx_size][block] = !x->plane[plane].eobs[block] ||
1614 int eobs; member in struct:__anon8662
    [all...]
vp9_quantize.c 140 pd->dequant, p->zbin_extra, &p->eobs[block], scan, iscan);
vp9_onyx_if.c 1011 CHECK_MEM_ERROR(cm, ctx->eobs[i][k],
    [all...]
vp9_encodeframe.c 866 p[i].eobs = ctx->eobs_pbuf[i][1];
873 p[i].eobs = ctx->eobs_pbuf[i][2];
    [all...]
vp9_firstpass.c 555 p[i].eobs = ctx->eobs_pbuf[i][1];
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_rdopt.c 564 const int eob = p->eobs[block];
685 x->zcoeff_blk[tx_size][block] = !x->plane[plane].eobs[block] ||
1614 int eobs; member in struct:__anon19844
    [all...]
vp9_quantize.c 140 pd->dequant, p->zbin_extra, &p->eobs[block], scan, iscan);
vp9_onyx_if.c     [all...]
vp9_encodeframe.c 882 p[i].eobs = ctx->eobs_pbuf[i][1];
889 p[i].eobs = ctx->eobs_pbuf[i][2];
    [all...]
vp9_firstpass.c 554 p[i].eobs = ctx->eobs_pbuf[i][1];
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
rdopt.c 1087 unsigned char eobs[16]; member in struct:__anon17722
    [all...]
encodeframe.c     [all...]
  /external/libvpx/libvpx/vp8/encoder/
rdopt.c 1088 unsigned char eobs[16]; member in struct:__anon8585
    [all...]
encodeframe.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
rdopt.c 1093 unsigned char eobs[16]; member in struct:__anon19768
    [all...]
encodeframe.c     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
vp9_quantize_ssse3_x86_64.asm 183 ; horizontally accumulate/max eobs and write into [eob] memory pointer
366 ; horizontally accumulate/max eobs and write into [eob] memory pointer
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_quantize_ssse3.asm 183 ; horizontally accumulate/max eobs and write into [eob] memory pointer
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_quantize_ssse3.asm 183 ; horizontally accumulate/max eobs and write into [eob] memory pointer

Completed in 6567 milliseconds

1 2 34