HomeSort by relevance Sort by last modified time
    Searched refs:intra_uv_mode_cost (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
modecosts.c 50 vp8_cost_tokens(rd_costs->intra_uv_mode_cost[1], x->fc.uv_mode_prob,
52 vp8_cost_tokens(rd_costs->intra_uv_mode_cost[0], vp8_kf_uv_mode_prob,
block.h 103 int (*intra_uv_mode_cost)[MB_MODE_COUNT]; member in struct:macroblock
ethreading.c 352 z->intra_uv_mode_cost = x->intra_uv_mode_cost;
onyx_int.h 694 int intra_uv_mode_cost[2][MB_MODE_COUNT]; member in struct:VP8_COMP::rd_costs_struct
rdopt.c 907 this_rate = rate_to + x->intra_uv_mode_cost[xd->frame_type][xd->mode_info_context->mbmi.uv_mode];
    [all...]
onyx_if.c     [all...]
  /external/libvpx/libvpx/vp8/encoder/
modecosts.c 50 vp8_cost_tokens(rd_costs->intra_uv_mode_cost[1], x->fc.uv_mode_prob,
52 vp8_cost_tokens(rd_costs->intra_uv_mode_cost[0], vp8_kf_uv_mode_prob,
block.h 103 int (*intra_uv_mode_cost)[MB_MODE_COUNT]; member in struct:macroblock
ethreading.c 352 z->intra_uv_mode_cost = x->intra_uv_mode_cost;
onyx_int.h 697 int intra_uv_mode_cost[2][MB_MODE_COUNT]; member in struct:VP8_COMP::rd_costs_struct
rdopt.c 907 this_rate = rate_to + x->intra_uv_mode_cost[xd->frame_type][xd->mode_info_context->mbmi.uv_mode];
    [all...]
onyx_if.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
modecosts.c 50 vp8_cost_tokens(rd_costs->intra_uv_mode_cost[1], x->fc.uv_mode_prob,
52 vp8_cost_tokens(rd_costs->intra_uv_mode_cost[0], vp8_kf_uv_mode_prob,
block.h 103 int (*intra_uv_mode_cost)[MB_MODE_COUNT]; member in struct:macroblock
ethreading.c 352 z->intra_uv_mode_cost = x->intra_uv_mode_cost;
onyx_int.h 697 int intra_uv_mode_cost[2][MB_MODE_COUNT]; member in struct:VP8_COMP::rd_costs_struct
rdopt.c 912 this_rate = rate_to + x->intra_uv_mode_cost[xd->frame_type][xd->mode_info_context->mbmi.uv_mode];
    [all...]
onyx_if.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_block.h 135 int intra_uv_mode_cost[FRAME_TYPES][INTRA_MODES]; member in struct:macroblock
vp9_rdopt.c 165 vp9_cost_tokens(x->intra_uv_mode_cost[KEY_FRAME],
167 vp9_cost_tokens(x->intra_uv_mode_cost[INTER_FRAME],
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_block.h 135 int intra_uv_mode_cost[FRAME_TYPES][INTRA_MODES]; member in struct:macroblock
vp9_rdopt.c 165 vp9_cost_tokens(x->intra_uv_mode_cost[KEY_FRAME],
167 vp9_cost_tokens(x->intra_uv_mode_cost[INTER_FRAME],
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_encoder.h 501 int intra_uv_mode_cost[FRAME_TYPES][INTRA_MODES]; member in struct:VP9_COMP
vp9_rdopt.c 165 vp9_cost_tokens(cpi->intra_uv_mode_cost[KEY_FRAME],
167 vp9_cost_tokens(cpi->intra_uv_mode_cost[INTER_FRAME],
    [all...]

Completed in 879 milliseconds