HomeSort by relevance Sort by last modified time
    Searched full:store_info (Results 1 - 2 of 2) sorted by null

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
mr_dissim.c 69 LOWER_RES_FRAME_INFO* store_info local
72 store_info->frame_type = cm->frame_type;
76 store_info->is_frame_dropped = 0;
78 store_info->low_res_ref_frames[i] = cpi->current_ref_frames[i];
87 LOWER_RES_MB_INFO* store_mode_info = store_info->mb_info;
229 LOWER_RES_FRAME_INFO* store_info local
233 store_info->frame_type = INTER_FRAME;
234 store_info->is_frame_dropped = 1;
  /external/libvpx/libvpx/vp8/encoder/
mr_dissim.c 71 LOWER_RES_FRAME_INFO* store_info local
74 store_info->frame_type = cm->frame_type;
78 store_info->is_frame_dropped = 0;
80 store_info->low_res_ref_frames[i] = cpi->current_ref_frames[i];
89 LOWER_RES_MB_INFO* store_mode_info = store_info->mb_info;
233 LOWER_RES_FRAME_INFO* store_info local
237 store_info->frame_type = INTER_FRAME;
238 store_info->is_frame_dropped = 1;

Completed in 372 milliseconds