Searched refs:pixel_model (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | scpr.c | 51 if (s->pixel_model[comp][j].total_freq != 256) { in reinit_tables() 53 s->pixel_model[comp][j].freq[i] = 1; in reinit_tables() 55 s->pixel_model[comp][j].lookup[i] = 16; in reinit_tables() 56 s->pixel_model[comp][j].total_freq = 256; in reinit_tables() 275 ret = decode_unit(s, &s->pixel_model[0][*cx + *cx1], 400, r); in decode_units() 281 ret = decode_unit(s, &s->pixel_model[1][*cx + *cx1], 400, g); in decode_units() 287 ret = decode_unit(s, &s->pixel_model[2][*cx + *cx1], 400, b); in decode_units()
|
D | scpr.h | 53 PixelModel pixel_model[3][4096]; member
|
/third_party/cef/tests/cefclient/browser/ |
D | osr_d3d11_win.h | 120 const std::string& pixel_model);
|
D | osr_d3d11_win.cc | 748 const std::string& pixel_model) { in create_effect() argument 773 const auto ps_blob = compile_shader(pixel_code, pixel_entry, pixel_model); in create_effect()
|