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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_context_tree.h 34 int num_4x4_blk; member in struct:__anon17778
  /external/libvpx/libvpx/vp9/encoder/
vp9_block.h 45 int num_4x4_blk; member in struct:__anon8631
vp9_onyx_if.c 995 static void alloc_mode_context(VP9_COMMON *cm, int num_4x4_blk,
997 int num_pix = num_4x4_blk << 4;
999 ctx->num_4x4_blk = num_4x4_blk;
1002 vpx_calloc(num_4x4_blk, sizeof(uint8_t)));
1047 const int num_4x4_blk = MAX(4, num_4x4_w * num_4x4_h); local
1085 const int num_4x4_blk = MAX(4, num_4x4_w * num_4x4_h); local
    [all...]
vp9_encodeframe.c 903 sizeof(uint8_t) * ctx->num_4x4_blk);
2501 const int num_4x4_blk = MAX(4, num_4x4_w * num_4x4_h); local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_block.h 45 int num_4x4_blk; member in struct:__anon19814
vp9_encodeframe.c 919 sizeof(uint8_t) * ctx->num_4x4_blk);
2335 const int num_4x4_blk = MAX(4, num_4x4_w * num_4x4_h); local
    [all...]
vp9_onyx_if.c 1090 const int num_4x4_blk = MAX(4, num_4x4_w * num_4x4_h); local
1128 const int num_4x4_blk = MAX(4, num_4x4_w * num_4x4_h); local
    [all...]

Completed in 119 milliseconds