Home
last modified time | relevance | path

Searched refs:check_initial_width (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c4993 static void check_initial_width(VP9_COMP *cpi, function
5037 check_initial_width(cpi, use_highbitdepth, subsampling_x, subsampling_y);
5039 check_initial_width(cpi, subsampling_x, subsampling_y);
7031 check_initial_width(cpi, cm->use_highbitdepth, 1, 1);
7033 check_initial_width(cpi, 1, 1);
/external/libaom/libaom/av1/encoder/
Dencoder.c3627 static void check_initial_width(AV1_COMP *cpi, int use_highbitdepth, in check_initial_width() function
3655 check_initial_width(cpi, cm->seq_params.use_highbitdepth, in set_size_literal()
5275 check_initial_width(cpi, use_highbitdepth, subsampling_x, subsampling_y); in av1_receive_raw_frame()