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

  /external/chromium_org/media/filters/
h264_parser.cc 495 int last_scale = 8; local
505 next_scale = (last_scale + delta_scale + 256) & 0xff;
513 scaling_list[j] = (next_scale == 0) ? last_scale : next_scale;
514 last_scale = scaling_list[j];
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
h264_utils.cpp 1118 OMX_S32 last_scale = 8, next_scale = 8, delta_scale; local
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
h264_utils.cpp 1045 OMX_S32 last_scale = 8, next_scale = 8, delta_scale; local
    [all...]
  /external/chromium_org/cc/resources/
picture_layer_tiling_set_unittest.cc 351 float last_scale = target_->tiling_at(0)->contents_scale(); local
354 EXPECT_LT(target_tiling->contents_scale(), last_scale);
355 last_scale = target_tiling->contents_scale();

Completed in 84 milliseconds